INPUT_OBJECT

CreateGlacierReaderTargetInput

Description

Input for creating a new Glacier reader target.

link GraphQL Schema definition

  • input CreateGlacierReaderTargetInput {
  • # Name of the target.
  • name: String!
  • # Cloud account ID.
  • cloudAccountId: UUID!
  • # Amazon Glacier vault name.
  • vaultName: String!
  • # Region of the target.
  • region: AwsRegion!
  • # Field for specifying a password for encrypting the Glacier location contents.
  • encryptionPassword: String
  • # Cluster UUID of the target.
  • clusterUuid: String!
  • # Retrieval tier for this target.
  • retrievalTier: AwsRetrievalTier
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • }

link Require by