Show / Hide Table of Contents

Class CfnPolicy.NetworkFirewallPolicyProperty

Configures the firewall policy deployment model of AWS Network Firewall .

Inheritance
object
CfnPolicy.NetworkFirewallPolicyProperty
Implements
CfnPolicy.INetworkFirewallPolicyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.NetworkFirewallPolicyProperty : CfnPolicy.INetworkFirewallPolicyProperty
Syntax (vb)
Public Class CfnPolicy.NetworkFirewallPolicyProperty Implements CfnPolicy.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.AWS.FMS;

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

Synopsis

Constructors

NetworkFirewallPolicyProperty()

Configures the firewall policy deployment model of AWS Network Firewall .

Properties

FirewallDeploymentModel

Defines the deployment model to use for the firewall policy.

Constructors

NetworkFirewallPolicyProperty()

Configures the firewall policy deployment model of AWS Network Firewall .

public NetworkFirewallPolicyProperty()
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.AWS.FMS;

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

Properties

FirewallDeploymentModel

Defines the deployment model to use for the firewall policy.

public string FirewallDeploymentModel { get; set; }
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

Implements

CfnPolicy.INetworkFirewallPolicyProperty
Back to top Generated by DocFX