@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-30T00:01:30.903Z") @Stability(value=Experimental) public interface FirewallRuleGroupAssociationProps extends software.amazon.jsii.JsiiSerializable, FirewallRuleGroupAssociationOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53resolver.alpha.*;
import software.amazon.awscdk.services.ec2.*;
FirewallRuleGroup firewallRuleGroup;
Vpc vpc;
FirewallRuleGroupAssociationProps firewallRuleGroupAssociationProps = FirewallRuleGroupAssociationProps.builder()
.firewallRuleGroup(firewallRuleGroup)
.priority(123)
.vpc(vpc)
// the properties below are optional
.mutationProtection(false)
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FirewallRuleGroupAssociationProps.Builder
A builder for
FirewallRuleGroupAssociationProps |
static class |
FirewallRuleGroupAssociationProps.Jsii$Proxy
An implementation for
FirewallRuleGroupAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleGroupAssociationProps.Builder |
builder() |
IFirewallRuleGroup |
getFirewallRuleGroup()
(experimental) The firewall rule group which must be associated.
|
getMutationProtection, getName, getPriority, getVpc@Stability(value=Experimental) @NotNull IFirewallRuleGroup getFirewallRuleGroup()
@Stability(value=Experimental) static FirewallRuleGroupAssociationProps.Builder builder()
builder in interface FirewallRuleGroupAssociationOptionsFirewallRuleGroupAssociationProps.Builder of FirewallRuleGroupAssociationPropsCopyright © 2022. All rights reserved.