INPUT_OBJECT

UpdateAutomaticAwsTargetMappingInput

Description

Input to edit AWS automatic target mapping.

link GraphQL Schema definition

  • input UpdateAutomaticAwsTargetMappingInput {
  • # ID of the AWS target mapping.
  • id: String!
  • # Name of the AWS target mapping.
  • name: String
  • # Cloud account ID of the AWS target.
  • cloudAccountId: UUID
  • # Storage class of the AWS target.
  • storageClass: AwsStorageClass
  • # Specifies whether consolidation is enabled on the AWS target.
  • isConsolidationEnabled: Boolean
  • # Proxy settings of the AWS target.
  • proxySettings: ProxySettingsInput
  • # List of Rubrik cluster UUIDs.
  • clusterUuidList: [String!]
  • # Compute settings ID of the AWS target.
  • awsComputeSettingsId: String
  • }

link Require by