OBJECT

AwsComputeSettings

Description

Compute setting for AWS Target.

link GraphQL Schema definition

  • type AwsComputeSettings {
  • # ID of the AWS cloud compute setting.
  • id: String!
  • # Subnet ID of the AWS target.
  • subnetId: String!
  • # VPC ID of the AWS target.
  • vpcId: String!
  • # Security Group ID of the AWS target.
  • securityGroupId: String!
  • # Compute proxy settings of the AWS target.
  • proxySettings: ProxySettings
  • # AWS target region.
  • region: AwsRegion!
  • # Name of the AWS cloud compute setting.
  • name: String!
  • # Specifies whether this AWS target is archived.
  • isArchived: Boolean!
  • # List of cluster interface CIDR.
  • clusterInterfaceCidrs: [ClusterInfCidrs!]!
  • # Cloud account details of the AWS target.
  • cloudAccount: CloudAccount
  • # Managed by Rubrik SaaS.
  • isRscManaged: Boolean!
  • }