aws-cdk-lib.aws_signer.SigningProfileAttributes

interface SigningProfileAttributes

LanguageType name
.NETAmazon.CDK.AWS.Signer.SigningProfileAttributes
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssigner#SigningProfileAttributes
Javasoftware.amazon.awscdk.services.signer.SigningProfileAttributes
Pythonaws_cdk.aws_signer.SigningProfileAttributes
TypeScript (source)aws-cdk-lib » aws_signer » SigningProfileAttributes

A reference to a Signing Profile.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_signer as signer } from 'aws-cdk-lib';
const signingProfileAttributes: signer.SigningProfileAttributes = {
  signingProfileName: 'signingProfileName',
  signingProfileVersion: 'signingProfileVersion',
};

Properties

NameTypeDescription
signingProfileNamestringThe name of signing profile.
signingProfileVersionstringThe version of signing profile.

signingProfileName

Type: string

The name of signing profile.


signingProfileVersion

Type: string

The version of signing profile.