aws.glacier.get_data_retrieval_policy
Example SQL Queries
SELECT * FROMaws.glacier.get_data_retrieval_policyWHERE"account_id" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens ('-') in the ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| policy Contains the returned data retrieval policy in JSON format. | STRUCT( |
Show child fields
| |