OBJECT
AwsCloudAccount
Description
Details of AWS account.
link GraphQL Schema definition
- type AwsCloudAccount {
- # Name of cloud account.
- String! :
- # Type of cloud account.
- AwsCloudType! :
- # Rubrik ID of cloud account.
- String! :
- # Message for cloud account, in case of error.
- String! :
- # Native ID of cloud account.
- String! :
- # The UUID of the onboarded AWS organization.
- String! :
- # The AWS organization name with which you onboarded the AWS account.
- String! :
- # Native ID of the AWS Outpost account.
- String! :
- # Whether seamless flow is enabled on cloud account.
- Boolean! :
- }
link Require by
- AddAwsAuthenticationServerBasedCloudAccountReplyResponse for the request to add authentication server based AWS cloud account.
- AddAwsIamUserBasedCloudAccountReplyResponse for the request to add IAM user-based AWS cloud accounts.
- AwsCloudAccountConnectionPaginated list of AwsCloudAccount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AwsCloudAccountEdgeWrapper around the AwsCloudAccount object. This wrapper is used for pagination.
- AwsCloudAccountsMigrateInitiateReplyGenerate CFT for migrating the existing AWS cloud accounts to AWS organizations.
- AwsCloudAccountWithFeaturesAws cloud accounts features.
- AwsExocomputeConfigAWS Exocompute configurations in an AWS account.
- AwsFeatureConfigAWS feature configurations in an AWS account.
- AwsMappedAccountThe mapped cloud account to a feature.
- AwsRoleChainingAccountDetails of AWS account which facilitates role chaining.
- FinalizeAwsCloudAccountProtectionReplyResponse for the operation to finalize protection for AWS cloud accounts.