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
  • # Cloud type (Standard/China) for the cloud account.
  • cloudType: AwsCloudType
  • }