interface AllowedPublishersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnCodeSigningConfig.AllowedPublishersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnCodeSigningConfig_AllowedPublishersProperty |
![]() | software.amazon.awscdk.services.lambda.CfnCodeSigningConfig.AllowedPublishersProperty |
![]() | aws_cdk.aws_lambda.CfnCodeSigningConfig.AllowedPublishersProperty |
![]() | 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
Name | Type | Description |
---|---|---|
signing | string[] | 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.