CapacityProviderAttributes

class aws_cdk.aws_lambda.CapacityProviderAttributes(*, capacity_provider_arn)

Bases: object

Attributes for importing an existing Lambda capacity provider.

Parameters:

capacity_provider_arn (str) – The Amazon Resource Name (ARN) of the capacity provider. Format: arn::lambda:::capacity-provider:

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_

capacity_provider_attributes = lambda.CapacityProviderAttributes(
    capacity_provider_arn="capacityProviderArn"
)

Attributes

capacity_provider_arn

The Amazon Resource Name (ARN) of the capacity provider.

Format: arn::lambda:::capacity-provider: