ImportAwsAccountInput
ImportAwsAccountInput
ImportAwsAccountInput
Import an AWS account with credentials configured atomically
accessKeyId |
String | Optional access key ID for cross-partition access (China/GovCloud). When provided, credential type is set to "Access key pair" |
accountId |
String! | The 12-digit AWS accountId |
externalId |
String | The external ID for role assumption |
parent |
ID! | The parent resource to import the account under, either as an id, or an AKA |
partition |
AwsPartition! | The AWS partition (aws, aws-us-gov, aws-cn) |
roleArn |
String! | The IAM role ARN (required) |
secretAccessKey |
String | Optional secret access key for cross-partition access (China/GovCloud). Required if accessKeyId is provided |
title |
String | Optional display title for the account |