Interface CfnVPNConnection.IVpnTunnelLogOptionsSpecificationProperty
Options for logging VPN tunnel activity.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpnTunnelLogOptionsSpecificationProperty
Syntax (vb)
Public Interface IVpnTunnelLogOptionsSpecificationProperty
Remarks
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.
virtual object CloudwatchLogOptions { get; }
Property Value
System.Object