Interface IFirewallRuleGroupAssociationProps
(experimental) Properties for a Firewall Rule Group Association.
Inherited Members
Namespace: Amazon.CDK.AWS.Route53Resolver.Alpha
Assembly: Amazon.CDK.AWS.Route53Resolver.Alpha.dll
Syntax (csharp)
public interface IFirewallRuleGroupAssociationProps : IFirewallRuleGroupAssociationOptions
Syntax (vb)
Public Interface IFirewallRuleGroupAssociationProps
Inherits IFirewallRuleGroupAssociationOptions
Remarks
Stability: Experimental
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.Route53Resolver.Alpha;
using Amazon.CDK.AWS.EC2;
FirewallRuleGroup firewallRuleGroup;
Vpc vpc;
var firewallRuleGroupAssociationProps = new FirewallRuleGroupAssociationProps {
FirewallRuleGroup = firewallRuleGroup,
Priority = 123,
Vpc = vpc,
// the properties below are optional
MutationProtection = false,
Name = "name"
};
Synopsis
Properties
FirewallRuleGroup | (experimental) The firewall rule group which must be associated. |
Properties
FirewallRuleGroup
(experimental) The firewall rule group which must be associated.
IFirewallRuleGroup FirewallRuleGroup { get; }
Property Value
Remarks
Stability: Experimental