CustomResourceLambdaRuntime

class aws_cdk.custom_resources.CustomResourceLambdaRuntime(lambda_runtime)

Bases: object

Manages lambda runtime for AWS-vended custom resources.

This feature is currently experimental.

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_
from aws_cdk import custom_resources

# runtime: lambda.Runtime

custom_resource_lambda_runtime = custom_resources.CustomResourceLambdaRuntime(runtime)
Parameters:

lambda_runtime (Runtime) –

Methods

visit(node)

All aspects can visit an IConstruct.

Parameters:

node (IConstruct) –

Return type:

None