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.- Stability
deprecated
Attributes
-
service_token
¶ (deprecated) The ARN of the SNS topic or the AWS Lambda function which implements this provider.
- Stability
deprecated
- Return type
str