Defines a Signing Profile.
import { SigningProfile } from 'aws-cdk-lib/aws-signer';Or use the module namespace:
import * as signer from 'aws-cdk-lib/aws-signer';
// signer.SigningProfileConfiguration passed to the constructor as SigningProfileProps.
platformRequiredPlatformThe Signing Platform available for signing profile.
signatureValidityOptionalDurationThe validity period for signatures generated using this signing profile.
Default: - 135 months
signingProfileNameOptionalstringPhysical name of this Signing Profile.
Default: - Assigned by CloudFormation (recommended).
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-signer