aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.networkfirewall.FirewallPolicy

Resource type definition for AWS::NetworkFirewall::FirewallPolicy

Create FirewallPolicy Resource

new FirewallPolicy(name: string, args: FirewallPolicyArgs, opts?: CustomResourceOptions);
@overload
def FirewallPolicy(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   description: Optional[str] = None,
                   firewall_policy: Optional[FirewallPolicyArgs] = None,
                   firewall_policy_name: Optional[str] = None,
                   tags: Optional[Sequence[FirewallPolicyTagArgs]] = None)
@overload
def FirewallPolicy(resource_name: str,
                   args: FirewallPolicyInitArgs,
                   opts: Optional[ResourceOptions] = None)
func NewFirewallPolicy(ctx *Context, name string, args FirewallPolicyArgs, opts ...ResourceOption) (*FirewallPolicy, error)
public FirewallPolicy(string name, FirewallPolicyArgs args, CustomResourceOptions? opts = null)
public FirewallPolicy(String name, FirewallPolicyArgs args)
public FirewallPolicy(String name, FirewallPolicyArgs args, CustomResourceOptions options)
type: aws-native:networkfirewall:FirewallPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args FirewallPolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args FirewallPolicyInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args FirewallPolicyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FirewallPolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args FirewallPolicyArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

FirewallPolicy Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The FirewallPolicy resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the FirewallPolicy resource produces the following output properties:

FirewallPolicyArn string
FirewallPolicyId string
Id string

The provider-assigned unique ID for this managed resource.

FirewallPolicyArn string
FirewallPolicyId string
Id string

The provider-assigned unique ID for this managed resource.

firewallPolicyArn String
firewallPolicyId String
id String

The provider-assigned unique ID for this managed resource.

firewallPolicyArn string
firewallPolicyId string
id string

The provider-assigned unique ID for this managed resource.

firewall_policy_arn str
firewall_policy_id str
id str

The provider-assigned unique ID for this managed resource.

firewallPolicyArn String
firewallPolicyId String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

FirewallPolicy

FirewallPolicyActionDefinition

FirewallPolicyCustomAction

FirewallPolicyDimension

Value string
Value string
value String
value string
value str
value String

FirewallPolicyOverrideAction

DropToAlert
DROP_TO_ALERT
FirewallPolicyOverrideActionDropToAlert
DROP_TO_ALERT
DropToAlert
DROP_TO_ALERT
DropToAlert
DROP_TO_ALERT
DROP_TO_ALERT
DROP_TO_ALERT
"DROP_TO_ALERT"
DROP_TO_ALERT

FirewallPolicyPublishMetricAction

FirewallPolicyRuleOrder

DefaultActionOrder
DEFAULT_ACTION_ORDER
StrictOrder
STRICT_ORDER
FirewallPolicyRuleOrderDefaultActionOrder
DEFAULT_ACTION_ORDER
FirewallPolicyRuleOrderStrictOrder
STRICT_ORDER
DefaultActionOrder
DEFAULT_ACTION_ORDER
StrictOrder
STRICT_ORDER
DefaultActionOrder
DEFAULT_ACTION_ORDER
StrictOrder
STRICT_ORDER
DEFAULT_ACTION_ORDER
DEFAULT_ACTION_ORDER
STRICT_ORDER
STRICT_ORDER
"DEFAULT_ACTION_ORDER"
DEFAULT_ACTION_ORDER
"STRICT_ORDER"
STRICT_ORDER

FirewallPolicyStatefulEngineOptions

FirewallPolicyStatefulRuleGroupOverride

FirewallPolicyStatefulRuleGroupReference

FirewallPolicyStatelessRuleGroupReference

priority Integer
resourceArn String
priority number
resourceArn string
priority Number
resourceArn String

FirewallPolicyStreamExceptionPolicy

Drop
DROP
Continue
CONTINUE
FirewallPolicyStreamExceptionPolicyDrop
DROP
FirewallPolicyStreamExceptionPolicyContinue
CONTINUE
Drop
DROP
Continue
CONTINUE
Drop
DROP
Continue
CONTINUE
DROP
DROP
CONTINUE_
CONTINUE
"DROP"
DROP
"CONTINUE"
CONTINUE

FirewallPolicyTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0