allAwsCloudAccountsWithFeatures
List of active AWS cloud accounts and the features for the accounts. A cloud account is an AWS account added to the Rubrik platform.
Arguments
| Argument | Type | Description |
|---|---|---|
| awsCloudAccountsArg (required) | AwsCloudAccountsWithFeaturesInput! | Arguments for get cloud accounts. |
Returns
[AwsCloudAccountWithFeatures!]!
Sample
{
"data": {
"allAwsCloudAccountsWithFeatures": [
{
"awsCloudAccount": {
"accountName": "example-string",
"cloudType": "C2S",
"id": "example-string",
"message": "example-string",
"nativeId": "example-string",
"orgId": "example-string"
},
"awsRoleCustomization": {
"crossAccountRoleName": "example-string",
"crossAccountRolePath": "example-string",
"ec2RecoveryRolePath": "example-string",
"instanceProfileName": "example-string",
"instanceProfilePath": "example-string",
"lambdaRoleName": "example-string"
}
}
]
}
}