aws-cdk-lib.aws_lambda.CfnCodeSigningConfig.AllowedPublishersProperty

interface AllowedPublishersProperty

LanguageType name
.NETAmazon.CDK.AWS.Lambda.CfnCodeSigningConfig.AllowedPublishersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnCodeSigningConfig_AllowedPublishersProperty
Javasoftware.amazon.awscdk.services.lambda.CfnCodeSigningConfig.AllowedPublishersProperty
Pythonaws_cdk.aws_lambda.CfnCodeSigningConfig.AllowedPublishersProperty
TypeScript aws-cdk-lib » aws_lambda » CfnCodeSigningConfig » AllowedPublishersProperty

List of signing profiles that can sign a code package.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lambda as lambda } from 'aws-cdk-lib';
const allowedPublishersProperty: lambda.CfnCodeSigningConfig.AllowedPublishersProperty = {
  signingProfileVersionArns: ['signingProfileVersionArns'],
};

Properties

NameTypeDescription
signingProfileVersionArnsstring[]The Amazon Resource Name (ARN) for each of the signing profiles.

signingProfileVersionArns

Type: string[]

The Amazon Resource Name (ARN) for each of the signing profiles.

A signing profile defines a trusted user who can sign a code package.