Cloud
Update AWS Credential
Update an existing credential for AWS.
patch/v1/credentials/aws/{awsCredentialId}
Path parameters
awsCredentialIdstring required
AWS credential ID
Example:aws_12345
The ID of the AWS credential to update
Request body
Example request
{
"arn": "arn:aws:iam::123456789012:role/LucidCloudRole",
"name": "Example AWS Credential - Updated",
"orgMemberAccountRoleName": "OrganizationAccountAccessRole"
}Response
OK. Returns the updated AWS credential.
Example response
{
"credentialId": "aws_12345",
"params": {
"name": "Example AWS Credential",
"arn": "arn:aws:iam::123456789012:role/lucidimport",
"orgMemberAccountRoleName": "LucidCloudMemberAccountRole"
}
}