AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Signer::SigningProfile

CfnSigningProfile

Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSigningProfileProps.

platformIdRequired
string

The ID of a platform that is available for use by a signing profile.

profileNameOptional
string

The name of the signing profile.

signatureValidityPeriodOptional
IResolvable | SignatureValidityPeriodProperty

The validity period override for any signature generated using this signing profile. If unspecified, the default is 135 months.

tagsOptional
CfnTag[]

A list of tags associated with the signing profile.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-signer
CFN TypeAWS::Signer::SigningProfile
Properties4

External Links