Initializers
Static Functions
AsAny
valueRequired
- Type: interface{}
AsAnyMap
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsBooleanMap
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsList
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsMap
valueRequired
- Type: interface{}
mapValueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsNumber
valueRequired
- Type: interface{}
AsNumberList
valueRequired
- Type: interface{}
AsNumberMap
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsString
resolve()
on the string.
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
AsStringMap
valueRequired
- Type: interface{}
optionsOptional
- Type: EncodingOptions
IsUnresolved
objis an IResolvableobjis a string containing at least one encodedIResolvableobjis either an encoded number or list
objRequired
- Type: interface{}
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
AnyMapTokenValueRequired
- Type: *string
NumberMapTokenValueRequired
- Type: *f64
StringMapTokenValueRequired
- Type: *string