ConnectionLogOptions

public struct ConnectionLogOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the CloudWatch Logs log group. Required if connection logging is enabled.

    Declaration

    Swift

    public let cloudwatchLogGroup: String?
  • The name of the CloudWatch Logs log stream to which the connection data is published.

    Declaration

    Swift

    public let cloudwatchLogStream: String?
  • Indicates whether connection logging is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • Undocumented

    Declaration

    Swift

    public init(cloudwatchLogGroup: String? = nil, cloudwatchLogStream: String? = nil, enabled: Bool? = nil)