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