aws.storagegateway.describe_snapshot_schedule
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_snapshot_scheduleWHERE"volume_arn" = 'VALUE';Description
Describes the snapshot schedule for the specified gateway volume. The snapshot schedule information includes intervals at which snapshots are automatically initiated on the volume. This operation is only supported in the cached volume and stored volume types.
Table Definition
| Column Name | Column Data Type |
|---|---|
| volume_arn Required Input Column The Amazon Resource Name (ARN) of the volume that was specified in the request. | 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 |
| description The snapshot description. | VARCHAR |
| recurrence_in_hours The number of hours between snapshots. | BIGINT |
| start_at The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway. | BIGINT |
| tags A list of up to 50 tags assigned to the snapshot schedule, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation. | STRUCT( |
Show child fields
| |
| timezone A value that indicates the time zone of the gateway. | VARCHAR |