AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

SigningProfile

Defines a Signing Profile.

Import

import { SigningProfile } from 'aws-cdk-lib/aws-signer';

Or use the module namespace:

import * as signer from 'aws-cdk-lib/aws-signer';
// signer.SigningProfile

Properties

Configuration passed to the constructor as SigningProfileProps.

platformRequired
Platform

The Signing Platform available for signing profile.

signatureValidityOptional
Duration

The validity period for signatures generated using this signing profile.

Default: - 135 months

signingProfileNameOptional
string

Physical name of this Signing Profile.

Default: - Assigned by CloudFormation (recommended).

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter