Class CfnVPNConnection.VpnTunnelLogOptionsSpecificationProperty
Options for logging VPN tunnel activity.
Inheritance
System.Object
CfnVPNConnection.VpnTunnelLogOptionsSpecificationProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VpnTunnelLogOptionsSpecificationProperty : Object, CfnVPNConnection.IVpnTunnelLogOptionsSpecificationProperty
Syntax (vb)
Public Class VpnTunnelLogOptionsSpecificationProperty
Inherits Object
Implements CfnVPNConnection.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
Constructors
VpnTunnelLogOptionsSpecificationProperty() |
Properties
CloudwatchLogOptions | Options for sending VPN tunnel logs to CloudWatch. |
Constructors
VpnTunnelLogOptionsSpecificationProperty()
public VpnTunnelLogOptionsSpecificationProperty()
Properties
CloudwatchLogOptions
Options for sending VPN tunnel logs to CloudWatch.
public object CloudwatchLogOptions { get; set; }
Property Value
System.Object