@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(Construct scope,
String id) |
CfnCustomResource.Builder |
serviceToken(String serviceToken)
`AWS::CloudFormation::CustomResource.ServiceToken`.
|
@Stability(value=Stable) public static CfnCustomResource.Builder create(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.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken@Stability(value=Stable) public CfnCustomResource build()
build in interface software.amazon.jsii.Builder<CfnCustomResource>Copyright © 2020. All rights reserved.