AWSEC2ConnectionLogOptions

Objective-C

@interface AWSEC2ConnectionLogOptions

Swift

class AWSEC2ConnectionLogOptions

Describes the client connection logging options for the Client VPN endpoint.

  • The name of the CloudWatch Logs log group. Required if connection logging is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cloudwatchLogGroup;

    Swift

    var cloudwatchLogGroup: String? { get set }
  • The name of the CloudWatch Logs log stream to which the connection data is published.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cloudwatchLogStream;

    Swift

    var cloudwatchLogStream: String? { get set }
  • Indicates whether connection logging is enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }