| Modifier and Type | Method and Description |
|---|---|
CfnJson |
build() |
static CfnJson.Builder |
create(Construct scope,
String id) |
CfnJson.Builder |
value(Object value)
The value to resolve.
|
@Stability(value=Stable) public static CfnJson.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CfnJson.Builder.@Stability(value=Stable) public CfnJson.Builder value(Object value)
Can be any JavaScript object, including tokens and references in keys or values.
value - The value to resolve. This parameter is required.thisCopyright © 2020. All rights reserved.