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.
{
"name": "string",
"description": "string",
"accessKeyId": "ACDC55DB4MFH6ADG75KK",
"secretAccessKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"iamRoleArn": "arn:aws:iam::<account>:role/AriaAuto",
"trustedAccount": true,
"regions": [
{
"name": "eu-west-1",
"externalRegionId": "eu-west-1"
}
],
"createDefaultZones": true,
"tags": [
{
"key": "env",
"value": "dev"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Aws Access key ID
Aws Secret Access Key
Aws ARN role to be assumed by Aria Auto account
Create the account as trusted.
A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.
Create default cloud zones for the enabled regions.