AwsRamResourceShareReference

AwsRamResourceShareReference = AwsRam | AwsRamResourceShareArnReference

Existing RAM resource share reference accepted by association capabilities.

Example

CODE
import { AwsRam, type AwsRamResourceShareReference } from '@jobcloud/aws-ram';

const createdResourceShare = new AwsRam({
  identity: 'sharedParameters',
  resourceShare: { principals: { targetAccount: { principal: '000000000000' } } },
});
const resourceShare: AwsRamResourceShareReference = createdResourceShare;