INPUT_OBJECT

CreateAutomaticAwsTargetMappingInput

Description

Input for creating an AWS target mapping.

link GraphQL Schema definition

  • input CreateAutomaticAwsTargetMappingInput {
  • # Field for specifying name of the target mapping.
  • name: String!
  • # Field for specifying cloud account ID.
  • cloudAccountId: UUID!
  • # Field for specifying AWS bucket name.
  • bucketPrefix: String!
  • # Field for specifying storage class of the target.
  • storageClass: AwsStorageClass!
  • # Field for specifying region of the target.
  • region: AwsRegion!
  • # Field for specifying KMS master key for encryption.
  • kmsMasterKeyId: String
  • # Field for specifying RSA key for encryption.
  • rsaKey: String
  • # Field for specifying whether consolidation is enabled or not.
  • isConsolidationEnabled: Boolean!
  • # Field for creating proxy settings.
  • proxySettings: ProxySettingsInput
  • # Field for specifying list cluster UUID of the target.
  • clusterUuidList: [String!]
  • # Field for creating AWS compute settings ID.
  • awsComputeSettingsId: String
  • }

link Require by