Initializers
| Name | Type | Description |
|---|
Static Functions
| Name | Description |
|---|---|
AsAny | Return a resolvable representation of the given value. |
AsAnyMap | Return a reversible map representation of this token. |
AsBooleanMap | Return a reversible map representation of this token. |
AsList | Return a reversible list representation of this token. |
AsMap | Return a reversible map representation of this token. |
AsNumber | Return a reversible number representation of this token. |
AsNumberList | Return a reversible list representation of this token. |
AsNumberMap | Return a reversible map representation of this token. |
AsString | Return a reversible string representation of this token. |
AsStringMap | Return a reversible map representation of this token. |
IsUnresolved | Returns true if obj represents an unresolved value. |
NullValue | Return a Token containing a null value. |
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
| Name | Type | Description |
|---|---|---|
AnyMapTokenValue | *string | Any map token representation. |
NumberMapTokenValue | *f64 | Number Map token value representation. |
StringMapTokenValue | *string | String Map token value representation. |
AnyMapTokenValueRequired
- Type: *string
NumberMapTokenValueRequired
- Type: *f64
StringMapTokenValueRequired
- Type: *string