AWS::EC2::VPNConnection CloudwatchLogOptionsSpecification - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::VPNConnection CloudwatchLogOptionsSpecification

Options for sending VPN tunnel logs to CloudWatch.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BgpLogEnabled" : Boolean, "BgpLogGroupArn" : String, "BgpLogOutputFormat" : String, "LogEnabled" : Boolean, "LogGroupArn" : String, "LogOutputFormat" : String }

YAML

BgpLogEnabled: Boolean BgpLogGroupArn: String BgpLogOutputFormat: String LogEnabled: Boolean LogGroupArn: String LogOutputFormat: String

Properties

BgpLogEnabled

Specifies whether to enable BGP logging for the VPN connection. Default value is False.

Valid values: True | False

Required: No

Type: Boolean

Update requires: No interruption

BgpLogGroupArn

The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.

Required: No

Type: String

Update requires: No interruption

BgpLogOutputFormat

The desired output format for BGP logs to be sent to CloudWatch. Default format is json.

Valid values: json | text

Required: No

Type: String

Allowed values: json | text

Update requires: No interruption

LogEnabled

Enable or disable VPN tunnel logging feature. Default value is False.

Valid values: True | False

Required: No

Type: Boolean

Update requires: No interruption

LogGroupArn

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

Required: No

Type: String

Update requires: No interruption

LogOutputFormat

Set log format. Default format is json.

Valid values: json | text

Required: No

Type: String

Allowed values: json | text

Update requires: No interruption