Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about the client connection logging options for the 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.
6549 6550 6551 6552 6553 6554 6555 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6549 class AwsEc2ClientVpnEndpointConnectionLogOptionsDetails < 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.
6549 6550 6551 6552 6553 6554 6555 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6549 class AwsEc2ClientVpnEndpointConnectionLogOptionsDetails < 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.
6549 6550 6551 6552 6553 6554 6555 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6549 class AwsEc2ClientVpnEndpointConnectionLogOptionsDetails < Struct.new( :enabled, :cloudwatch_log_group, :cloudwatch_log_stream) SENSITIVE = [] include Aws::Structure end |