InlineAwsAccount1
InlineAwsAccount1
AWS account
JSON Example
{
"status": {
"inventory_sync_state": "string",
"inventory_sync_status": "string",
"credentials_status": "string"
},
"access_key": "string",
"regions_count": 0,
"auth_mechanism_iam": false,
"gateway_role_name": "string",
"vpc_stats": {
"unmanaged": 0,
"managed": 0
},
"has_managed_vpc": "string",
"secret_key": "string",
"external_id": "string",
"iam_role_arn": "string"
}
string
access_key
Optional
Access key of cloud account
integer As int64 As int64
regions_count
Optional
Count of the regions available
boolean
auth_mechanism_iam
Optional
Is the AWS authorization mechanism based on Identity and Access Management(IAM) service?
string
gateway_role_name
Optional
Service Role Name for IAM role csm needs to assume
string
has_managed_vpc
Optional
Has a managed VPC?
string
secret_key
Optional
Secret key of cloud account
string
external_id
Optional
External id for the IAM role csm needs to assume
string
iam_role_arn
Optional
Amazon Resource Names (ARNs) uniquely identify AWS resources. We will use it here to identify the IAM role csm needs to assume.