AWS::Signer::ProfilePermissionAdds cross-account permissions to a signing profile.
import { CfnProfilePermission } from 'aws-cdk-lib/aws-signer';Or use the module namespace:
import * as signer from 'aws-cdk-lib/aws-signer';
// signer.CfnProfilePermissionConfiguration passed to the constructor as CfnProfilePermissionProps.
actionRequiredstringThe AWS Signer action permitted as part of cross-account permissions.
principalRequiredstringThe AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.
profileNameRequiredstringThe human-readable name of the signing profile.
statementIdRequiredstringA unique identifier for the cross-account permission statement.
profileVersionOptionalstringThe version of the signing profile.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-signerAWS::Signer::ProfilePermission