CloudAccountRegions
CloudAccountRegions
State object representing cloud account region.
externalRegions - array[RegionSpecification] - Set of regions that can be enabled for this cloud account.
externalRegionIds - array[String] - Set of ids of regions that can be enabled for this cloud account.
JSON Example
{
"externalRegions": [
{
"externalRegionId": "us-west",
"name": "us-west"
}
]
}
array of
RegionSpecification
externalRegions
Optional
A set of regions that can be enabled for this cloud account.