INPUT_OBJECT

AwsCloudComputeSettingsInput

Description

Cloud compute settings input for the AWS archival target.

link GraphQL Schema definition

  • input AwsCloudComputeSettingsInput {
  • # 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.
  • computeProxySettings: ProxySettingsInput
  • }