INPUT_OBJECT
UpdateGlacierTargetInput
Description
Input for editing a legacy Glacier Reader Target.
link GraphQL Schema definition
- input UpdateGlacierTargetInput {
- # Field for specifying cloud account ID.
- : UUID
- # ID of the Glacier target to be edited.
- : UUID!
- # Field for specifying name of the target.
- : String
- # Field for specifying retrieval tier for this target.
- : AwsRetrievalTier
- }