INPUT_OBJECT

CreateAwsComputeSettingInput

Description

Cloud compute settings input for the AWS archival target.

link GraphQL Schema definition

  • input CreateAwsComputeSettingInput {
  • # Name of the AWS cloud compute setting.
  • name: 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
  • # Cloud account ID of the AWS target.
  • cloudAccountId: String
  • # AWS target region.
  • region: AwsRegion
  • # Specify if the security group is Rubrik SaaS Managed.
  • isSecurityGroupPolarisManaged: Boolean
  • # List of cluster interface CIDR.
  • clusterInterfaceCidrs: [ClusterInfCidrsInput!]
  • }

link Require by