AwsRamResourceReference
interface AwsRamResourceReference {
arn: Input<string>;
}Structural reference to an AWS resource that can be associated with a RAM resource share.
Example
CODE
import type { AwsRamResourceReference } from '@jobcloud/aws-ram';
const resource: AwsRamResourceReference = {
arn: 'arn:aws:ssm:eu-west-1:000000000000:parameter/sharedDbPassword',
};Properties
arn: Input<string>
ARN of the resource to associate.