Validate the specified AWS account credentials
POST/v1/clouds/aws/account/validate
Validate the specified AWS account credentials
Request
Header Parameters
Scope the request to the specified project uid
- application/json
Body
required
Request payload to validate AWS cloud account
AWS account access key
Possible values: [secret
, sts
]
Default value: secret
Allowed Values [secret, sts]. STS type will be used for role assumption for sts type, accessKey/secretKey contains the source account, Arn is the target account.
Possible values: [aws
, aws-us-gov
]
Default value: aws
AWS accounts are scoped to a single partition. Allowed values [aws, aws-us-gov], Default values
List of policy ARNs required in case of credentialType sts.
AWS account secret key
sts
object
AWS STS credentials in case of credentialType sts, will be empty in case of credential type secret
Arn for the aws sts credentials in cloud account
ExternalId for the aws sts credentials in cloud account
Responses
- 204
Ok response without content
Response Headers
AuditUid
string
Audit uid for the request