@Stability(value=Stable) public static final class CfnCustomResource.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomResource>
CfnCustomResource.| Modifier and Type | Method and Description |
|---|---|
CfnCustomResource |
build() |
static CfnCustomResource.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCustomResource.Builder |
serviceToken(String serviceToken)
`AWS::CloudFormation::CustomResource.ServiceToken`.
|
@Stability(value=Stable) public static CfnCustomResource.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCustomResource.Builder.@Stability(value=Stable) public CfnCustomResource.Builder serviceToken(String serviceToken)
serviceToken - `AWS::CloudFormation::CustomResource.ServiceToken`. This parameter is required.this@Stability(value=Stable) public CfnCustomResource build()
build in interface software.amazon.jsii.Builder<CfnCustomResource>Copyright © 2021. All rights reserved.