Class: Aws::EC2::Types::VpnTunnelLogOptionsSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpnTunnelLogOptionsSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Options for logging VPN tunnel activity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_options ⇒ Types::CloudWatchLogOptionsSpecification
Options for sending VPN tunnel logs to CloudWatch.
Instance Attribute Details
#cloud_watch_log_options ⇒ Types::CloudWatchLogOptionsSpecification
Options for sending VPN tunnel logs to CloudWatch.
69616 69617 69618 69619 69620 |
# File 'lib/aws-sdk-ec2/types.rb', line 69616 class VpnTunnelLogOptionsSpecification < Struct.new( :cloud_watch_log_options) SENSITIVE = [] include Aws::Structure end |