Initializers
Static Functions
asAny
valueRequired
- Type: any
asAnyMap
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asBooleanMap
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asList
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asMap
valueRequired
- Type: any
mapValueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asNumber
valueRequired
- Type: any
asNumberList
valueRequired
- Type: any
asNumberMap
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asString
resolve()
on the string.
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
asStringMap
valueRequired
- Type: any
optionsOptional
- Type: EncodingOptions
isUnresolved
objis an IResolvableobjis a string containing at least one encodedIResolvableobjis either an encoded number or list
objRequired
- Type: any
nullValue
null value.
Note: This is different than undefined, nil, None or similar
as it will end up in the Terraform config and can be used to explicitly
not set an attribute (which is sometimes required by Terraform providers)
Constants
ANY_MAP_TOKEN_VALUERequired
- Type: string
NUMBER_MAP_TOKEN_VALUERequired
- Type: number
STRING_MAP_TOKEN_VALUERequired
- Type: string