OBJECT

AwsCloudAccount

Description

Details of AWS account.

link GraphQL Schema definition

  • type AwsCloudAccount {
  • # Rubrik ID of cloud account.
  • id: String!
  • # Native ID of cloud account.
  • nativeId: String!
  • # Name of cloud account.
  • accountName: String!
  • # Message for cloud account, in case of error.
  • message: String!
  • # Whether seamless flow is enabled on cloud account.
  • seamlessFlowEnabled: Boolean!
  • # Type of cloud account.
  • cloudType: AwsCloudType!
  • }