INPUT_OBJECT

UpdateGlacierTargetInput

Description

Input for editing a legacy Glacier Reader Target.

link GraphQL Schema definition

  • input UpdateGlacierTargetInput {
  • # ID of the Glacier target to be edited.
  • id: UUID!
  • # Field for specifying name of the target.
  • name: String
  • # Field for specifying retrieval tier for this target.
  • retrievalTier: AwsRetrievalTier
  • # Field for specifying cloud account ID.
  • cloudAccountId: UUID
  • }

link Require by