Show / Hide Table of Contents

Class CfnPolicy.PolicyOptionProperty

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

Inheritance
System.Object
CfnPolicy.PolicyOptionProperty
Implements
CfnPolicy.IPolicyOptionProperty
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.AWS.FMS.dll
Syntax (csharp)
public class PolicyOptionProperty : Object, CfnPolicy.IPolicyOptionProperty
Syntax (vb)
Public Class PolicyOptionProperty
    Inherits Object
    Implements CfnPolicy.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

Constructors

PolicyOptionProperty()

Properties

NetworkFirewallPolicy

Defines the deployment model to use for the firewall policy.

ThirdPartyFirewallPolicy

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

Constructors

PolicyOptionProperty()

public PolicyOptionProperty()

Properties

NetworkFirewallPolicy

Defines the deployment model to use for the firewall policy.

public object NetworkFirewallPolicy { get; set; }
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.

public object ThirdPartyFirewallPolicy { get; set; }
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

Implements

CfnPolicy.IPolicyOptionProperty
Back to top Generated by DocFX