CodeSigningConfigReference
- class aws_cdk.interfaces.aws_lambda.CodeSigningConfigReference(*, code_signing_config_arn)
Bases:
objectA reference to a CodeSigningConfig resource.
- Parameters:
code_signing_config_arn (
str) – The CodeSigningConfigArn of the CodeSigningConfig resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_lambda as interfaces_lambda code_signing_config_reference = interfaces_lambda.CodeSigningConfigReference( code_signing_config_arn="codeSigningConfigArn" )
Attributes
- code_signing_config_arn
The CodeSigningConfigArn of the CodeSigningConfig resource.