INPUT_OBJECT

AwsCloudAccountInput

Description

Details of an AWS cloud account.

link GraphQL Schema definition

  • input AwsCloudAccountInput {
  • # Rubrik ID of the AWS cloud account.
  • id: String
  • # Native ID of cloud account.
  • nativeId: String
  • # Name of cloud account.
  • accountName: String
  • # Whether seamless setup flow is enabled on cloud account.
  • seamlessFlowEnabled: Boolean
  • # The AWS organization name with which you onboarded the AWS account.
  • orgName: String
  • # AWS Outpost account native ID uniquely identifies and manages specific Outpost
  • # resources within AWS.
  • outpostAwsNativeId: String
  • # The UUID of the onboarded AWS organization.
  • orgId: String
  • # Cloud type (Standard/China) for the cloud account.
  • cloudType: AwsCloudType
  • }