ConnectionLogResponseOptions
public struct ConnectionLogResponseOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
Declaration
Swift
public let cloudwatchLogGroup: String?
-
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
Declaration
Swift
public let cloudwatchLogStream: String?
-
Indicates whether client connection logging is enabled for the Client VPN endpoint.
Declaration
Swift
public let enabled: Bool?
-
Undocumented
Declaration
Swift
public init(cloudwatchLogGroup: String? = nil, cloudwatchLogStream: String? = nil, enabled: Bool? = nil)