INPUT_OBJECT
AwsCloudAccountInput
Description
Details of an AWS cloud account.
link GraphQL Schema definition
- input AwsCloudAccountInput {
- # Rubrik ID of the AWS cloud account.
- String :
- # Native ID of cloud account.
- String :
- # Name of cloud account.
- String :
- # Whether seamless setup flow is enabled on cloud account.
- Boolean :
- # 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 :
- # The UUID of the onboarded AWS organization.
- String :
- # Cloud type (Standard/China) for the cloud account.
- AwsCloudType :
- }