Show / Hide Table of Contents

Interface CfnPolicy.IPolicyOptionProperty

Contains the AWS Network Firewall firewall policy options to configure the policy's deployment model and third-party firewall policy settings.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-policyoption.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 policyOptionProperty = new PolicyOptionProperty {
    NetworkFirewallPolicy = new NetworkFirewallPolicyProperty {
        FirewallDeploymentModel = "firewallDeploymentModel"
    },
    ThirdPartyFirewallPolicy = new ThirdPartyFirewallPolicyProperty {
        FirewallDeploymentModel = "firewallDeploymentModel"
    }
};

Synopsis

Properties

NetworkFirewallPolicy

Defines the deployment model to use for the firewall policy.

ThirdPartyFirewallPolicy

Defines the policy options for a third-party firewall policy.

Properties

NetworkFirewallPolicy

Defines the deployment model to use for the firewall policy.

virtual object NetworkFirewallPolicy { get; }
Property Value

System.Object

Remarks

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

ThirdPartyFirewallPolicy

Defines the policy options for a third-party firewall policy.

virtual object ThirdPartyFirewallPolicy { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-policyoption.html#cfn-fms-policy-policyoption-thirdpartyfirewallpolicy

Back to top Generated by DocFX