Class: Aws::EC2::Types::CloudWatchLogOptionsSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CloudWatchLogOptionsSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Options for sending VPN tunnel logs to CloudWatch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_log_enabled ⇒ Boolean
Specifies whether to enable BGP logging for the VPN connection.
-
#bgp_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
-
#bgp_log_output_format ⇒ String
The desired output format for BGP logs to be sent to CloudWatch.
-
#log_enabled ⇒ Boolean
Enable or disable VPN tunnel logging feature.
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
-
#log_output_format ⇒ String
Set log format.
Instance Attribute Details
#bgp_log_enabled ⇒ Boolean
Specifies whether to enable BGP logging for the VPN connection.
Default value is False.
Valid values: True | False
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |
#bgp_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |
#bgp_log_output_format ⇒ String
The desired output format for BGP logs to be sent to CloudWatch.
Default format is json.
Valid values: json | text
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |
#log_enabled ⇒ Boolean
Enable or disable VPN tunnel logging feature. Default value is
False.
Valid values: True | False
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |
#log_output_format ⇒ String
Set log format. Default format is json.
Valid values: json | text
7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7392 class CloudWatchLogOptionsSpecification < Struct.new( :log_enabled, :log_group_arn, :log_output_format, :bgp_log_enabled, :bgp_log_group_arn, :bgp_log_output_format) SENSITIVE = [] include Aws::Structure end |