@Stability(value=Stable) public static final class CfnFirewallPolicy.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewallPolicy>
CfnFirewallPolicy
.Modifier and Type | Method and Description |
---|---|
CfnFirewallPolicy |
build() |
static CfnFirewallPolicy.Builder |
create(Construct scope,
String id) |
CfnFirewallPolicy.Builder |
description(String description)
A description of the firewall policy.
|
CfnFirewallPolicy.Builder |
firewallPolicy(CfnFirewallPolicy.FirewallPolicyProperty firewallPolicy)
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.
|
CfnFirewallPolicy.Builder |
firewallPolicy(IResolvable firewallPolicy)
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.
|
CfnFirewallPolicy.Builder |
firewallPolicyName(String firewallPolicyName)
The descriptive name of the firewall policy.
|
CfnFirewallPolicy.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnFirewallPolicy.Builder create(Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnFirewallPolicy.ActionDefinitionProperty.Builder
.@Stability(value=Stable) public CfnFirewallPolicy.Builder firewallPolicy(IResolvable firewallPolicy)
firewallPolicy
- The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings. This parameter is required.this
@Stability(value=Stable) public CfnFirewallPolicy.Builder firewallPolicy(CfnFirewallPolicy.FirewallPolicyProperty firewallPolicy)
firewallPolicy
- The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings. This parameter is required.this
@Stability(value=Stable) public CfnFirewallPolicy.Builder firewallPolicyName(String firewallPolicyName)
You can't change the name of a firewall policy after you create it.
firewallPolicyName
- The descriptive name of the firewall policy. This parameter is required.this
@Stability(value=Stable) public CfnFirewallPolicy.Builder description(String description)
description
- A description of the firewall policy. This parameter is required.this
@Stability(value=Stable) public CfnFirewallPolicy.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
@Stability(value=Stable) public CfnFirewallPolicy build()
build
in interface software.amazon.jsii.Builder<CfnFirewallPolicy>
Copyright © 2023. All rights reserved.