getDataRetrievalPolicy

This operation returns the current data retrieval policy for the account and region specified in the GET request. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies.

Samples


fun main() { 
   //sampleStart 
   // The example returns the current data retrieval policy for the account.
val resp = glacierClient.getDataRetrievalPolicy {
    accountId = "-"
} 
   //sampleEnd
}