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

ResourceSharePermissionSummary

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

Information about an RAM permission that is associated with a resource share and any of its resources of a specified type.

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

§Properties

§
arn?: string | null
[src]

The Amazon Resoure Name (ARN) of the permission you want information about.

§
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.

§
resourceType?: string | null
[src]

The type of resource to which this permission applies.

§
status?: string | null
[src]

The current status of the permission.

§
version?: string | null
[src]

The version of the permission represented in this structure.