CustomResourceProviderConfig

class aws_cdk.aws_cloudformation.CustomResourceProviderConfig(*, service_token)

Bases: object

(deprecated) Configuration options for custom resource providers.

Parameters:

service_token (str) – (deprecated) The ARN of the SNS topic or the AWS Lambda function which implements this provider.

Deprecated:

used in {@link ICustomResourceProvider} which is now deprecated

Stability:

deprecated

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_cloudformation as cloudformation

custom_resource_provider_config = cloudformation.CustomResourceProviderConfig(
    service_token="serviceToken"
)

Attributes

service_token

(deprecated) The ARN of the SNS topic or the AWS Lambda function which implements this provider.

Stability:

deprecated