BlueprintLocationMetadata
Additional metadata about the location of the blueprint document. For example, this can be used to specify the region of the bucket or container where the blueprint document is located in a cloud object storage service. This only supports scalar values.
property name* object
The value of the metadata property.
- MOD1
- MOD2
- MOD3
string
The string value for a metadata property.
Example:
us-east-1
number
The numeric value for a metadata property.
Example:
1
boolean
The boolean value for a metadata property.
Example:
true
BlueprintLocationMetadata
{
"region": "us-east-1"
}