Show / Hide Table of Contents

Interface CfnPolicyPropsMixin.INetworkFirewallPolicyProperty

Configures the firewall policy deployment model of AWS Network Firewall .

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.FMS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnPolicyPropsMixin.INetworkFirewallPolicyProperty
Syntax (vb)
Public Interface CfnPolicyPropsMixin.INetworkFirewallPolicyProperty
Remarks

For information about Network Firewall deployment models, see AWS Network Firewall example architectures with routing in the Network Firewall Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-networkfirewallpolicy.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.CfnPropertyMixins.AWS.FMS;

             var networkFirewallPolicyProperty = new NetworkFirewallPolicyProperty {
                 FirewallDeploymentModel = "firewallDeploymentModel"
             };

Synopsis

Properties

FirewallDeploymentModel

Defines the deployment model to use for the firewall policy.

Properties

FirewallDeploymentModel

Defines the deployment model to use for the firewall policy.

string? FirewallDeploymentModel { get; }
Property Value

string

Remarks

To use a distributed model, set FirewallDeploymentModel to DISTRIBUTED .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-networkfirewallpolicy.html#cfn-fms-policy-networkfirewallpolicy-firewalldeploymentmodel

Back to top Generated by DocFX