aws.storagegateway.describe_gateway_information
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_gateway_informationWHERE"gateway_arn" = 'VALUE';Description
Returns metadata about a gateway such as its name, network interfaces, time zone, status, and software version. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.
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 |
| cloud_watch_log_group_arn The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM | VARCHAR |
| deprecation_date Date after which this gateway will not receive software updates for new features and bug fixes. | VARCHAR |
| ec2_instance_id The ID of the Amazon EC2 instance that was used to launch the gateway. | VARCHAR |
| ec2_instance_region The Amazon Web Services Region where the Amazon EC2 instance is located. | VARCHAR |
| endpoint_type The type of endpoint for your gateway. Valid Values: STANDARD | FIPS | VARCHAR |
| gateway_capacity Specifies the size of the gateway's metadata cache. | VARCHAR |
| gateway_id The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations. | VARCHAR |
| gateway_name The name you configured for your gateway. | VARCHAR |
| gateway_network_interfaces A NetworkInterface array that contains descriptions of the gateway network interfaces. | STRUCT( |
Show child fields
| |
| gateway_state A value that indicates the operating state of the gateway. | VARCHAR |
| gateway_timezone A value that indicates the time zone configured for the gateway. | VARCHAR |
| gateway_type The type of the gateway. | VARCHAR |
| host_environment The type of hardware or software platform on which the gateway is running. Tape Gateway is no longer available on Snow Family devices. | VARCHAR |
| host_environment_id A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type. | VARCHAR |
| last_software_update The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM | VARCHAR |
| next_update_availability_date The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response. | VARCHAR |
| software_updates_end_date Date after which this gateway will not receive software updates for new features. | VARCHAR |
| software_version The version number of the software running on the gateway appliance. | VARCHAR |
| supported_gateway_capacities A list of the metadata cache sizes that the gateway can support based on its current hardware specifications. | VARCHAR[] |
Show child fields
| |
| tags A list of up to 50 tags assigned to the gateway, 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
| |
| vpc_endpoint The configuration settings for the virtual private cloud (VPC) endpoint for your gateway. | VARCHAR |