Class: Aws::EC2::Types::ConnectionLogResponseOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ConnectionLogResponseOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the client connection logging options for a Client VPN endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloudwatch_log_group ⇒ String
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
-
#cloudwatch_log_stream ⇒ String
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
-
#enabled ⇒ Boolean
Indicates whether client connection logging is enabled for the Client VPN endpoint.
Instance Attribute Details
#cloudwatch_log_group ⇒ String
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-ec2/types.rb', line 6687 class ConnectionLogResponseOptions < Struct.new( :enabled, :cloudwatch_log_group, :cloudwatch_log_stream) SENSITIVE = [] include Aws::Structure end |
#cloudwatch_log_stream ⇒ String
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-ec2/types.rb', line 6687 class ConnectionLogResponseOptions < Struct.new( :enabled, :cloudwatch_log_group, :cloudwatch_log_stream) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether client connection logging is enabled for the Client VPN endpoint.
6687 6688 6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-ec2/types.rb', line 6687 class ConnectionLogResponseOptions < Struct.new( :enabled, :cloudwatch_log_group, :cloudwatch_log_stream) SENSITIVE = [] include Aws::Structure end |