@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-28T18:14:31.808Z") @Stability(value=Stable) public interface CfnCustomResourceProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; CfnCustomResourceProps cfnCustomResourceProps = CfnCustomResourceProps.builder() .serviceToken("serviceToken") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCustomResourceProps.Builder
A builder for
CfnCustomResourceProps |
static class |
CfnCustomResourceProps.Jsii$Proxy
An implementation for
CfnCustomResourceProps |
Modifier and Type | Method and Description |
---|---|
static CfnCustomResourceProps.Builder |
builder() |
String |
getServiceToken()
> Only one property is defined by AWS for a custom resource: `ServiceToken` .
|
@Stability(value=Stable) @NotNull String getServiceToken()
All other properties are defined by the service provider.
The service token that was given to the template developer by the service provider to access the service, such as an Amazon SNS topic ARN or Lambda function ARN. The service token must be from the same Region in which you are creating the stack.
Updates aren't supported.
@Stability(value=Stable) static CfnCustomResourceProps.Builder builder()
CfnCustomResourceProps.Builder
of CfnCustomResourceProps
Copyright © 2022. All rights reserved.