aws.storagegateway.describe_availability_monitor_test
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_availability_monitor_testWHERE"gateway_arn" = 'VALUE';Description
Returns information about the most recent high availability monitoring test that was performed on the host in a cluster. If a test isn't performed, the status and start time in the response would be null.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required 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 |
| start_time The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null. | TIMESTAMP_S |
| status The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null. | VARCHAR |