@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)
> Only one property is defined by AWS for a custom resource: `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)
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.
serviceToken
- > Only one property is defined by AWS for a custom resource: `ServiceToken` . This parameter is required.this
@Stability(value=Stable) public CfnCustomResource build()
build
in interface software.amazon.jsii.Builder<CfnCustomResource>
Copyright © 2022. All rights reserved.