AWS::Signer::SigningProfileCreates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.
import { CfnSigningProfile } from 'aws-cdk-lib/aws-signer';Or use the module namespace:
import * as signer from 'aws-cdk-lib/aws-signer';
// signer.CfnSigningProfileConfiguration passed to the constructor as CfnSigningProfileProps.
platformIdRequiredstringThe ID of a platform that is available for use by a signing profile.
profileNameOptionalstringThe name of the signing profile.
signatureValidityPeriodOptionalIResolvable | SignatureValidityPeriodPropertyThe validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.
tagsOptionalCfnTag[]A list of tags associated with 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::SigningProfile