interface ProfilePermissionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Signer.ProfilePermissionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssigner#ProfilePermissionReference |
![]() | software.amazon.awscdk.services.signer.ProfilePermissionReference |
![]() | aws_cdk.aws_signer.ProfilePermissionReference |
![]() | aws-cdk-lib » aws_signer » ProfilePermissionReference |
A reference to a ProfilePermission resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_signer as signer } from 'aws-cdk-lib';
const profilePermissionReference: signer.ProfilePermissionReference = {
profileName: 'profileName',
statementId: 'statementId',
};
Properties
Name | Type | Description |
---|---|---|
profile | string | The ProfileName of the ProfilePermission resource. |
statement | string | The StatementId of the ProfilePermission resource. |
profileName
Type:
string
The ProfileName of the ProfilePermission resource.
statementId
Type:
string
The StatementId of the ProfilePermission resource.