You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ConnectionLogOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConnectionLogOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  enabled: false,
  cloudwatch_log_group: "String",
  cloudwatch_log_stream: "String",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatch_log_groupString

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

Returns:

  • (String)

    The name of the CloudWatch Logs log group.

#cloudwatch_log_streamString

The name of the CloudWatch Logs log stream to which the connection data is published.

Returns:

  • (String)

    The name of the CloudWatch Logs log stream to which the connection data is published.

#enabledBoolean

Indicates whether connection logging is enabled.

Returns:

  • (Boolean)

    Indicates whether connection logging is enabled.