Class ParameterFormat (0.1.0)

ParameterFormat(value)

Option to specify the format of a Parameter resource (UNFORMATTED / YAML / JSON). This option is user specified at the time of creation of the resource and is immutable.

Enums

Name Description
PARAMETER_FORMAT_UNSPECIFIED The default / unset value. The API will default to the UNFORMATTED format.
UNFORMATTED Unformatted.
YAML YAML format.
JSON JSON format.