Interface CfnClientVpnEndpointPropsMixin.IClientRouteEnforcementOptionsProperty
Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined routes on devices connected through the VPN.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnClientVpnEndpointPropsMixin.IClientRouteEnforcementOptionsProperty
Syntax (vb)
Public Interface CfnClientVpnEndpointPropsMixin.IClientRouteEnforcementOptionsProperty
Remarks
This feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client Route Enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
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.Mixins.Preview.AWS.EC2.Mixins;
var clientRouteEnforcementOptionsProperty = new ClientRouteEnforcementOptionsProperty {
Enforced = false
};
Synopsis
Properties
| Enforced | Enable or disable Client Route Enforcement. |
Properties
Enforced
Enable or disable Client Route Enforcement.
object? Enforced { get; }
Property Value
Remarks
The state can either be true (enabled) or false (disabled). The default is false .
Valid values: true | false
Default value: false
Type union: either bool or IResolvable