interface PermissionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RAM.PermissionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsram#PermissionReference |
![]() | software.amazon.awscdk.services.ram.PermissionReference |
![]() | aws_cdk.aws_ram.PermissionReference |
![]() | aws-cdk-lib » aws_ram » PermissionReference |
A reference to a Permission resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ram as ram } from 'aws-cdk-lib';
const permissionReference: ram.PermissionReference = {
permissionArn: 'permissionArn',
};
Properties
Name | Type | Description |
---|---|---|
permission | string | The Arn of the Permission resource. |
permissionArn
Type:
string
The Arn of the Permission resource.