AwsRamResourceShareArnReference

interface AwsRamResourceShareArnReference { arn: Input<string>; urn?: undefined; }

Structural ARN reference to an existing RAM resource share.

Example

CODE
import type { AwsRamResourceShareArnReference } from '@jobcloud/aws-ram';

const resourceShare: AwsRamResourceShareArnReference = {
  arn: 'arn:aws:ram:eu-west-1:000000000000:resource-share/sharedParameters',
};

Properties

arn: Input<string>

ARN of the existing RAM resource share.

urn: undefined

readonly

Prevents Pulumi resources from being used where an explicit ARN reference is required.