@Stability(value=Stable) public static final class CfnResource.Builder extends Object implements software.amazon.jsii.Builder<CfnResource>
CfnResource.| Modifier and Type | Method and Description |
|---|---|
CfnResource |
build() |
static CfnResource.Builder |
create(Construct scope,
String id) |
CfnResource.Builder |
properties(Map<String,? extends Object> properties)
Resource properties.
|
CfnResource.Builder |
type(String type)
CloudFormation resource type (e.g.
|
@Stability(value=Stable) public static CfnResource.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CfnResource.Builder.@Stability(value=Stable) public CfnResource.Builder type(String type)
type - CloudFormation resource type (e.g. `AWS::S3::Bucket`). This parameter is required.this@Stability(value=Stable) public CfnResource.Builder properties(Map<String,? extends Object> properties)
Default: - No resource properties.
properties - Resource properties. This parameter is required.this@Stability(value=Stable) public CfnResource build()
build in interface software.amazon.jsii.Builder<CfnResource>Copyright © 2020. All rights reserved.