@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:00.996Z") @Stability(value=Experimental) public interface CfnResourceProps extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
Object properties;
CfnResourceProps cfnResourceProps = CfnResourceProps.builder()
.type("type")
// the properties below are optional
.properties(Map.of(
"propertiesKey", properties))
.build();
| 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) @NotNull String getType()
@Stability(value=Experimental) @Nullable default Map<String,Object> getProperties()
Default: - No resource properties.
@Stability(value=Experimental) static CfnResourceProps.Builder builder()
CfnResourceProps.Builder of CfnResourcePropsCopyright © 2022. All rights reserved.