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

ResourceShare

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

Describes a resource share in RAM.

interface ResourceShare {
allowExternalPrincipals?: boolean | null;
creationTime?: Date | number | null;
featureSet?: ResourceShareFeatureSet | null;
lastUpdatedTime?: Date | number | null;
name?: string | null;
owningAccountId?: string | null;
resourceShareArn?: string | null;
status?: ResourceShareStatus | null;
statusMessage?: string | null;
tags?: Tag[] | null;
}

§Properties

§
allowExternalPrincipals?: boolean | null
[src]

Indicates whether principals outside your organization in Organizations can be associated with a resource share.

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

The date and time when the resource share was created.

§
featureSet?: ResourceShareFeatureSet | null
[src]

Indicates how the resource share was created. Possible values include:

  • CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and Access Management (IAM) resource-based permission policy attached to the resource. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see "PromoteResourceShareCreatedFromPolicy".
  • PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more information, see "PromoteResourceShareCreatedFromPolicy".
  • STANDARD - Indicates that the resource share was created in RAM using the console or APIs. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs.
§
lastUpdatedTime?: Date | number | null
[src]

The date and time when the resource share was last updated.

§
name?: string | null
[src]

The name of the resource share.

§
owningAccountId?: string | null
[src]

The ID of the Amazon Web Services account that owns the resource share.

§
resourceShareArn?: string | null
[src]

The Amazon Resoure Name (ARN) of the resource share

§
status?: ResourceShareStatus | null
[src]

The current status of the resource share.

§
statusMessage?: string | null
[src]

A message about the status of the resource share.

§
tags?: Tag[] | null
[src]

The tag key and value pairs attached to the resource share.