INPUT_OBJECT
CreateGlacierReaderTargetInput
Description
Input for creating a new Glacier reader target.
link GraphQL Schema definition
- input CreateGlacierReaderTargetInput {
- # Cloud account ID.
- : UUID!
- # Cluster UUID of the target.
- : String!
- # Field for specifying a password for encrypting the Glacier location contents.
- : String
- # Name of the target.
- : String!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- # Region of the target.
- : AwsRegion!
- # Retrieval tier for this target.
- : AwsRetrievalTier
- # Amazon Glacier vault name.
- : String!
- }