Show / Hide Table of Contents

Interface CfnVPNConnection.IVpnTunnelLogOptionsSpecificationProperty

Options for logging VPN tunnel activity.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVPNConnection.IVpnTunnelLogOptionsSpecificationProperty
Syntax (vb)
Public Interface CfnVPNConnection.IVpnTunnelLogOptionsSpecificationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-vpntunnellogoptionsspecification.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var vpnTunnelLogOptionsSpecificationProperty = new VpnTunnelLogOptionsSpecificationProperty {
                 CloudwatchLogOptions = new CloudwatchLogOptionsSpecificationProperty {
                     LogEnabled = false,
                     LogGroupArn = "logGroupArn",
                     LogOutputFormat = "logOutputFormat"
                 }
             };

Synopsis

Properties

CloudwatchLogOptions

Options for sending VPN tunnel logs to CloudWatch.

Properties

CloudwatchLogOptions

Options for sending VPN tunnel logs to CloudWatch.

object? CloudwatchLogOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-vpntunnellogoptionsspecification.html#cfn-ec2-vpnconnection-vpntunnellogoptionsspecification-cloudwatchlogoptions

Type union: either IResolvable or CfnVPNConnection.ICloudwatchLogOptionsSpecificationProperty

Back to top Generated by DocFX