Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourceSharePermissionDetail

import type { ResourceSharePermissionDetail } from "https://aws-api.deno.dev/v0.4/services/ram.ts?docs=full";

Information about an RAM permission.

interface ResourceSharePermissionDetail {
arn?: string | null;
creationTime?: Date | number | null;
defaultVersion?: boolean | null;
isResourceTypeDefault?: boolean | null;
lastUpdatedTime?: Date | number | null;
name?: string | null;
permission?: string | null;
resourceType?: string | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resoure Name (ARN) of this RAM permission.

§
creationTime?: Date | number | null
[src]

The date and time when the permission was created.

§
defaultVersion?: boolean | null
[src]

Specifies whether the version of the permission represented in this structure is the default version for this permission.

§
isResourceTypeDefault?: boolean | null
[src]

Specifies whether the version of the permission represented in this structure is the default version for all resources of this resource type.

§
lastUpdatedTime?: Date | number | null
[src]

The date and time when the permission was last updated.

§
name?: string | null
[src]

The name of this permission.

§
permission?: string | null
[src]

The permission's effect and actions in JSON format. The effect indicates whether the specified actions are allowed or denied. The actions list the operations to which the principal is granted or denied access.

§
resourceType?: string | null
[src]

The resource type to which this permission applies.

§
version?: string | null
[src]

The version of the permission represented in this structure.