Cloud
Create AWS Credential
Create a new credential for AWS. The external ID generated in the request to Get AWS External ID will be retrieved and included in the request to AWS automatically.
post/v1/credentials/aws
Request body
Example request
{
"name": "Example AWS Credential",
"arn": "arn:aws:iam::123456789012:role/LucidCloudRole",
"orgMemberAccountRoleName": "OrganizationAccountAccessRole"
}Response
Created. Returns the newly created AWS credential.
Example response
{
"credentialId": "aws_12345",
"params": {
"name": "Example AWS Credential",
"arn": "arn:aws:iam::123456789012:role/lucidimport",
"orgMemberAccountRoleName": "LucidCloudMemberAccountRole"
}
}