UpdateGatewayInformationInput

public struct UpdateGatewayInformationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway. For more information, see What is Amazon CloudWatch Logs?

    Declaration

    Swift

    public let cloudWatchLogGroupARN: String?
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String
  • Undocumented

    Declaration

    Swift

    public let gatewayName: String?
  • A value that indicates the time zone of the gateway.

    Declaration

    Swift

    public let gatewayTimezone: String?
  • Undocumented

    Declaration

    Swift

    public init(cloudWatchLogGroupARN: String? = nil, gatewayARN: String, gatewayName: String? = nil, gatewayTimezone: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws