interface CodeSigningConfigReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CodeSigningConfigReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#CodeSigningConfigReference |
![]() | software.amazon.awscdk.services.lambda.CodeSigningConfigReference |
![]() | aws_cdk.aws_lambda.CodeSigningConfigReference |
![]() | aws-cdk-lib » aws_lambda » CodeSigningConfigReference |
A reference to a CodeSigningConfig resource.
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 codeSigningConfigReference: lambda.CodeSigningConfigReference = {
codeSigningConfigArn: 'codeSigningConfigArn',
};
Properties
Name | Type | Description |
---|---|---|
code | string | The CodeSigningConfigArn of the CodeSigningConfig resource. |
codeSigningConfigArn
Type:
string
The CodeSigningConfigArn of the CodeSigningConfig resource.