@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:04.607Z") @Stability(value=Experimental) public interface CfnResourceProps extends software.amazon.jsii.JsiiSerializable
// Example automatically generated from non-compiling source. May contain errors. CfnResource resourceA = new CfnResource(this, "ResourceA", resourceProps); CfnResource resourceB = new CfnResource(this, "ResourceB", resourceProps); resourceB.addDependsOn(resourceA);
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceProps.Builder
A builder for
CfnResourceProps |
static class |
CfnResourceProps.Jsii$Proxy
An implementation for
CfnResourceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceProps.Builder |
builder() |
default Map<String,Object> |
getProperties()
(experimental) Resource properties.
|
String |
getType()
(experimental) CloudFormation resource type (e.g.
|
@Stability(value=Experimental) @Nullable default Map<String,Object> getProperties()
Default: - No resource properties.
@Stability(value=Experimental) @NotNull String getType()
@Stability(value=Experimental) static CfnResourceProps.Builder builder()
CfnResourceProps.Builder of CfnResourcePropsCopyright © 2021. All rights reserved.