@Stability(value=Stable) public static final class CfnCustomResourceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomResourceProps>
CfnCustomResourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCustomResourceProps |
build()
Builds the configured instance.
|
CfnCustomResourceProps.Builder |
serviceToken(String serviceToken)
Sets the value of
CfnCustomResourceProps.getServiceToken() |
@Stability(value=Stable) public CfnCustomResourceProps.Builder serviceToken(String serviceToken)
CfnCustomResourceProps.getServiceToken()serviceToken - > Only one property is defined by AWS for a custom resource: `ServiceToken` . This parameter is required.
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.
this@Stability(value=Stable) public CfnCustomResourceProps build()
build in interface software.amazon.jsii.Builder<CfnCustomResourceProps>CfnCustomResourcePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.