CloudAccountAwsSpecification
CloudAccountAwsSpecification
Specification for a Amazon cloud account.
A cloud account identifies a cloud account type and an account-specific deployment region or data center where the associated cloud account resources are hosted.
JSON Example
{
"name": "string",
"description": "string",
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"regionIds": [
"string"
],
"createDefaultZones": true,
"tags": [
{
"key": "string",
"value": "string"
}
]
}
string
name
Required
A human-friendly name used as an identifier in APIs that support this option.
string
description
Optional
A human-friendly description.
string
accessKeyId
Required
Aws Access key ID
string
secretAccessKey
Required
Aws Secret Access Key
array of string
regionIds
Required
A set of Region names to enable provisioning on. Refer to /iaas/cloud-accounts-aws/region-enumeration..
boolean
createDefaultZones
Optional
Create default cloud zones for the enabled regions.