DescribeGatewayInformationResponse

A JSON object containing the following fields:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Date after which this gateway will not receive software updates for new features and bug fixes.

Link copied to clipboard

The ID of the Amazon EC2 instance that was used to launch the gateway.

Link copied to clipboard

The Amazon Web Services Region where the Amazon EC2 instance is located.

Link copied to clipboard

The type of endpoint for your gateway.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the size of the gateway's metadata cache.

Link copied to clipboard

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.

Link copied to clipboard

The name you configured for your gateway.

Link copied to clipboard

A NetworkInterface array that contains descriptions of the gateway network interfaces.

Link copied to clipboard

A value that indicates the operating state of the gateway.

Link copied to clipboard

A value that indicates the time zone configured for the gateway.

Link copied to clipboard

The type of the gateway.

Link copied to clipboard

The type of hardware or software platform on which the gateway is running.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Date after which this gateway will not receive software updates for new features.

Link copied to clipboard

The version number of the software running on the gateway appliance.

Link copied to clipboard

A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.

Link copied to clipboard
val tags: List<Tag>?

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.

Link copied to clipboard

The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String