INPUT_OBJECT
AwsCloudAccountInput
Description
Details of an AWS cloud account.
link GraphQL Schema definition
- input AwsCloudAccountInput {
 - #   Name of cloud account.
 - : String
 - #   Cloud type (Standard/China) for the cloud account.
 - : AwsCloudType
 - #   Rubrik ID of the AWS cloud account.
 - : 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
 - #   AWS Outpost account native ID uniquely identifies and manages specific Outpost 
 - #   resources within AWS.
 - : String
 - #   Whether seamless setup flow is enabled on cloud account.
 - : Boolean
 - }