DescribeGatewayInformationOutput

public struct DescribeGatewayInformationOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.

    Declaration

    Swift

    public let cloudWatchLogGroupARN: String?
  • Date after which this gateway will not receive software updates for new features and bug fixes.

    Declaration

    Swift

    public let deprecationDate: String?
  • The ID of the Amazon EC2 instance that was used to launch the gateway.

    Declaration

    Swift

    public let ec2InstanceId: String?
  • The AWS Region where the Amazon EC2 instance is located.

    Declaration

    Swift

    public let ec2InstanceRegion: String?
  • The type of endpoint for your gateway. Valid Values: STANDARD | FIPS

    Declaration

    Swift

    public let endpointType: String?
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • 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.

    Declaration

    Swift

    public let gatewayId: String?
  • The name you configured for your gateway.

    Declaration

    Swift

    public let gatewayName: String?
  • A NetworkInterface array that contains descriptions of the gateway network interfaces.

    Declaration

    Swift

    public let gatewayNetworkInterfaces: [NetworkInterface]?
  • A value that indicates the operating state of the gateway.

    Declaration

    Swift

    public let gatewayState: String?
  • A value that indicates the time zone configured for the gateway.

    Declaration

    Swift

    public let gatewayTimezone: String?
  • The type of the gateway.

    Declaration

    Swift

    public let gatewayType: String?
  • The type of hypervisor environment used by the host.

    Declaration

    Swift

    public let hostEnvironment: HostEnvironment?
  • 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.

    Declaration

    Swift

    public let lastSoftwareUpdate: String?
  • 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.

    Declaration

    Swift

    public let nextUpdateAvailabilityDate: String?
  • Date after which this gateway will not receive software updates for new features.

    Declaration

    Swift

    public let softwareUpdatesEndDate: String?
  • 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.

    Declaration

    Swift

    public let tags: [Tag]?
  • The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.

    Declaration

    Swift

    public let vPCEndpoint: String?
  • Undocumented

    Declaration

    Swift

    public init(cloudWatchLogGroupARN: String? = nil, deprecationDate: String? = nil, ec2InstanceId: String? = nil, ec2InstanceRegion: String? = nil, endpointType: String? = nil, gatewayARN: String? = nil, gatewayId: String? = nil, gatewayName: String? = nil, gatewayNetworkInterfaces: [NetworkInterface]? = nil, gatewayState: String? = nil, gatewayTimezone: String? = nil, gatewayType: String? = nil, hostEnvironment: HostEnvironment? = nil, lastSoftwareUpdate: String? = nil, nextUpdateAvailabilityDate: String? = nil, softwareUpdatesEndDate: String? = nil, tags: [Tag]? = nil, vPCEndpoint: String? = nil)