INPUT_OBJECT

AwsExocomputeConfigInput

Description

AWS Exocompute configuration to add.

link GraphQL Schema definition

  • input AwsExocomputeConfigInput {
  • # The region for which the configuration is specified.
  • region: AwsCloudAccountRegion!
  • # AWS ID of cluster control plane security group. If isRscManaged is true, this
  • # parameter is optional.
  • clusterSecurityGroupId: String
  • # AWS ID of the VPC. This field is required only for RSC-managed clusters.
  • vpcId: String
  • # AWS ID of worker node security group. If isRscManaged is true, this parameter is
  • # optional.
  • nodeSecurityGroupId: String
  • # List of exactly 2 subnets. This field is required only for RSC-managed clusters.
  • subnets: [AwsExocomputeSubnetInputType!]
  • # If security groups are to be managed by Rubrik Security Cloud, this parameter
  • # should be set to true. False, if users are in charge of managing security
  • # groups.
  • isRscManaged: Boolean
  • # Name of the customer managed cluster. This field is required only for
  • # customer-managed clusters.
  • clusterName: String
  • }