aws.arc_zonal_shift.list_autoshifts
Example SQL Queries
SELECT * FROMaws.arc_zonal_shift.list_autoshifts;Description
Returns a list of autoshifts for an Amazon Web Services Region. By default, the call returns only ACTIVE autoshifts. Optionally, you can specify the status parameter to return COMPLETED autoshifts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| status Input Column The status for an autoshift. | 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 |
| away_from The Availability Zone (for example, use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource. | VARCHAR |
| end_time The time (in UTC) when the autoshift ended. | TIMESTAMP_S |
| start_time The time (in UTC) when the autoshift started. | TIMESTAMP_S |