AWSEC2ConnectionLogResponseOptions

Objective-C

@interface AWSEC2ConnectionLogResponseOptions

Swift

class AWSEC2ConnectionLogResponseOptions

Information about the client connection logging options for a Client VPN endpoint.

  • The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var cloudwatchLogStream: String? { get set }
  • Indicates whether client connection logging is enabled for the Client VPN endpoint.

    Declaration

    Objective-C

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

    Swift

    var enabled: NSNumber? { get set }