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:BooleanBgpLogGroupArn:StringBgpLogOutputFormat:StringLogEnabled:BooleanLogGroupArn:StringLogOutputFormat:String
Properties
BgpLogEnabled-
Specifies whether to enable BGP logging for the VPN connection. Default value is
False.Valid values:
True|FalseRequired: No
Type: Boolean
Update requires: Replacement
BgpLogGroupArn-
The Amazon Resource Name (ARN) of the CloudWatch log group where BGP logs will be sent.
Required: No
Type: String
Update requires: Replacement
BgpLogOutputFormat-
The desired output format for BGP logs to be sent to CloudWatch. Default format is
json.Valid values:
json|textRequired: No
Type: String
Allowed values:
json | textUpdate requires: Replacement
LogEnabled-
Enable or disable VPN tunnel logging feature. Default value is
False.Valid values:
True|FalseRequired: No
Type: Boolean
Update requires: Replacement
LogGroupArn-
The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.
Required: No
Type: String
Update requires: Replacement
LogOutputFormat-
Set log format. Default format is
json.Valid values:
json|textRequired: No
Type: String
Allowed values:
json | textUpdate requires: Replacement