awsCloudAccountWithFeatures
List of AWS cloud accounts and the features for each account, classified by ID.
Arguments
| Argument | Type | Description |
|---|---|---|
| cloudAccountId (required) | UUID! | The Rubrik ID of the cloud account. |
| awsCloudAccountArg (required) | AwsCloudAccountWithFeaturesInput! | Arguments for get cloud account. |
Returns
Sample
{
"data": {
"awsCloudAccountWithFeatures": {
"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"
}
}
}
}