CodeSigningConfigReference
- class aws_cdk.aws_lambda.CodeSigningConfigReference(*, code_signing_config_arn)
Bases:
object
A 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 import aws_lambda as lambda_ code_signing_config_reference = lambda.CodeSigningConfigReference( code_signing_config_arn="codeSigningConfigArn" )
Attributes
- code_signing_config_arn
The CodeSigningConfigArn of the CodeSigningConfig resource.