aws.storagegateway.list_automatic_tape_creation_policies
Example SQL Queries
SELECT * FROMaws.storagegateway.list_automatic_tape_creation_policies;Description
Lists the automatic tape creation policies for a gateway. If there are no automatic tape creation policies for the gateway, it returns an empty list.
This operation is only supported for tape gateways.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Input Column The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. | 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 |
| automatic_tape_creation_policy_infos Gets a listing of information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies. | STRUCT( |
Show child fields
| |