Interface CfnCustomResourceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomResourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)",
date="2024-09-10T01:10:05.945Z")
@Stability(Stable)
public interface CfnCustomResourceProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnCustomResource
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudformation.*; CfnCustomResourceProps cfnCustomResourceProps = CfnCustomResourceProps.builder() .serviceToken("serviceToken") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCustomResourceProps
static final class
An implementation forCfnCustomResourceProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The service token, such as an Amazon SNS topic ARN or Lambda function ARN.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServiceToken
The service token, such as an Amazon SNS topic ARN or Lambda function ARN.The service token must be from the same Region as the stack.
Updates aren't supported.
- See Also:
-
builder
- Returns:
- a
CfnCustomResourceProps.Builder
ofCfnCustomResourceProps
-