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: 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|textRequired: No
Type: String
Allowed values:
json | textUpdate requires: No interruption
LogEnabled-
Enable or disable VPN tunnel logging feature. Default value is
False.Valid values:
True|FalseRequired: 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|textRequired: No
Type: String
Allowed values:
json | textUpdate requires: No interruption
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.