interface IProfilePermissionRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Signer.IProfilePermissionRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssigner#IProfilePermissionRef | 
|  Java | software.amazon.awscdk.services.signer.IProfilePermissionRef | 
|  Python | aws_cdk.aws_signer.IProfilePermissionRef | 
|  TypeScript | aws-cdk-lib»aws_signer»IProfilePermissionRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a ProfilePermission.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| profile | Profile | A reference to a ProfilePermission resource. | 
node
Type:
Node
The tree node.
profilePermissionRef
Type:
Profile
A reference to a ProfilePermission resource.
