{ "version": "2.0", "metadata": { "apiVersion": "2020-11-12", "endpointPrefix": "network-firewall", "jsonVersion": "1.0", "protocol": "json", "protocols": [ "json" ], "serviceAbbreviation": "Network Firewall", "serviceFullName": "AWS Network Firewall", "serviceId": "Network Firewall", "signatureVersion": "v4", "signingName": "network-firewall", "targetPrefix": "NetworkFirewall_20201112", "uid": "network-firewall-2020-11-12", "auth": [ "aws.auth#sigv4" ] }, "operations": { "AssociateFirewallPolicy": { "name": "AssociateFirewallPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "AssociateFirewallPolicyRequest" }, "output": { "shape": "AssociateFirewallPolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Associates a FirewallPolicy to a Firewall.

A firewall policy defines how to monitor and manage your VPC network traffic, using a collection of inspection rule groups and other settings. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.

" }, "AssociateSubnets": { "name": "AssociateSubnets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "AssociateSubnetsRequest" }, "output": { "shape": "AssociateSubnetsResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "InvalidOperationException" }, { "shape": "InsufficientCapacityException" } ], "documentation": "

Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans.

This request creates an Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint.

" }, "CreateFirewall": { "name": "CreateFirewall", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateFirewallRequest" }, "output": { "shape": "CreateFirewallResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerError" }, { "shape": "ThrottlingException" }, { "shape": "InsufficientCapacityException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Creates an Network Firewall Firewall and accompanying FirewallStatus for a VPC.

The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource.

After you create a firewall, you can provide additional settings, like the logging configuration.

To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection.

To manage a firewall's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.

To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.

" }, "CreateFirewallPolicy": { "name": "CreateFirewallPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateFirewallPolicyRequest" }, "output": { "shape": "CreateFirewallPolicyResponse" }, "errors": [ { "shape": "LimitExceededException" }, { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "InsufficientCapacityException" } ], "documentation": "

Creates the firewall policy for the firewall according to the specifications.

An Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.

" }, "CreateRuleGroup": { "name": "CreateRuleGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateRuleGroupRequest" }, "output": { "shape": "CreateRuleGroupResponse" }, "errors": [ { "shape": "LimitExceededException" }, { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "InsufficientCapacityException" } ], "documentation": "

Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags.

You provide your rule group specification in your request using either RuleGroup or Rules.

" }, "CreateTLSInspectionConfiguration": { "name": "CreateTLSInspectionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateTLSInspectionConfigurationRequest" }, "output": { "shape": "CreateTLSInspectionConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "LimitExceededException" }, { "shape": "InsufficientCapacityException" } ], "documentation": "

Creates an Network Firewall TLS inspection configuration. Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using ACM, create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall.

To update the settings for a TLS inspection configuration, use UpdateTLSInspectionConfiguration.

To manage a TLS inspection configuration's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.

To retrieve information about TLS inspection configurations, use ListTLSInspectionConfigurations and DescribeTLSInspectionConfiguration.

For more information about TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

" }, "DeleteFirewall": { "name": "DeleteFirewall", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteFirewallRequest" }, "output": { "shape": "DeleteFirewallResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "UnsupportedOperationException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Deletes the specified Firewall and its FirewallStatus. This operation requires the firewall's DeleteProtection flag to be FALSE. You can't revert this operation.

You can check whether a firewall is in use by reviewing the route tables for the Availability Zones where you have firewall subnet mappings. Retrieve the subnet mappings by calling DescribeFirewall. You define and update the route tables through Amazon VPC. As needed, update the route tables for the zones to remove the firewall endpoints. When the route tables no longer use the firewall endpoints, you can remove the firewall safely.

To delete a firewall, remove the delete protection if you need to using UpdateFirewallDeleteProtection, then delete the firewall by calling DeleteFirewall.

" }, "DeleteFirewallPolicy": { "name": "DeleteFirewallPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteFirewallPolicyRequest" }, "output": { "shape": "DeleteFirewallPolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "UnsupportedOperationException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Deletes the specified FirewallPolicy.

" }, "DeleteResourcePolicy": { "name": "DeleteResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteResourcePolicyRequest" }, "output": { "shape": "DeleteResourcePolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidResourcePolicyException" } ], "documentation": "

Deletes a resource policy that you created in a PutResourcePolicy request.

" }, "DeleteRuleGroup": { "name": "DeleteRuleGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRuleGroupRequest" }, "output": { "shape": "DeleteRuleGroupResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "UnsupportedOperationException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Deletes the specified RuleGroup.

" }, "DeleteTLSInspectionConfiguration": { "name": "DeleteTLSInspectionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteTLSInspectionConfigurationRequest" }, "output": { "shape": "DeleteTLSInspectionConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Deletes the specified TLSInspectionConfiguration.

" }, "DescribeFirewall": { "name": "DescribeFirewall", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeFirewallRequest" }, "output": { "shape": "DescribeFirewallResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" } ], "documentation": "

Returns the data objects for the specified firewall.

" }, "DescribeFirewallPolicy": { "name": "DescribeFirewallPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeFirewallPolicyRequest" }, "output": { "shape": "DescribeFirewallPolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" } ], "documentation": "

Returns the data objects for the specified firewall policy.

" }, "DescribeLoggingConfiguration": { "name": "DescribeLoggingConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeLoggingConfigurationRequest" }, "output": { "shape": "DescribeLoggingConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" } ], "documentation": "

Returns the logging configuration for the specified firewall.

" }, "DescribeResourcePolicy": { "name": "DescribeResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeResourcePolicyRequest" }, "output": { "shape": "DescribeResourcePolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" } ], "documentation": "

Retrieves a resource policy that you created in a PutResourcePolicy request.

" }, "DescribeRuleGroup": { "name": "DescribeRuleGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeRuleGroupRequest" }, "output": { "shape": "DescribeRuleGroupResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" } ], "documentation": "

Returns the data objects for the specified rule group.

" }, "DescribeRuleGroupMetadata": { "name": "DescribeRuleGroupMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeRuleGroupMetadataRequest" }, "output": { "shape": "DescribeRuleGroupMetadataResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" } ], "documentation": "

High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" }, "DescribeTLSInspectionConfiguration": { "name": "DescribeTLSInspectionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeTLSInspectionConfigurationRequest" }, "output": { "shape": "DescribeTLSInspectionConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" } ], "documentation": "

Returns the data objects for the specified TLS inspection configuration.

" }, "DisassociateSubnets": { "name": "DisassociateSubnets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DisassociateSubnetsRequest" }, "output": { "shape": "DisassociateSubnetsResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "InvalidOperationException" } ], "documentation": "

Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing.

" }, "ListFirewallPolicies": { "name": "ListFirewallPolicies", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListFirewallPoliciesRequest" }, "output": { "shape": "ListFirewallPoliciesResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" } ], "documentation": "

Retrieves the metadata for the firewall policies that you have defined. Depending on your setting for max results and the number of firewall policies, a single call might not return the full list.

" }, "ListFirewalls": { "name": "ListFirewalls", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListFirewallsRequest" }, "output": { "shape": "ListFirewallsResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ThrottlingException" } ], "documentation": "

Retrieves the metadata for the firewalls that you have defined. If you provide VPC identifiers in your request, this returns only the firewalls for those VPCs.

Depending on your setting for max results and the number of firewalls, a single call might not return the full list.

" }, "ListRuleGroups": { "name": "ListRuleGroups", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRuleGroupsRequest" }, "output": { "shape": "ListRuleGroupsResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" } ], "documentation": "

Retrieves the metadata for the rule groups that you have defined. Depending on your setting for max results and the number of rule groups, a single call might not return the full list.

" }, "ListTLSInspectionConfigurations": { "name": "ListTLSInspectionConfigurations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTLSInspectionConfigurationsRequest" }, "output": { "shape": "ListTLSInspectionConfigurationsResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ThrottlingException" } ], "documentation": "

Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Retrieves the tags associated with the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.

" }, "PutResourcePolicy": { "name": "PutResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutResourcePolicyRequest" }, "output": { "shape": "PutResourcePolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidResourcePolicyException" } ], "documentation": "

Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service to manage resource sharing for Network Firewall.

Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform.

When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy.

For additional information about resource sharing using RAM, see Resource Access Manager User Guide.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Adds the specified tags to the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

You can tag the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Removes the tags with the specified keys from the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to \"customer\" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

You can manage tags for the Amazon Web Services resources that you manage through Network Firewall: firewalls, firewall policies, and rule groups.

" }, "UpdateFirewallDeleteProtection": { "name": "UpdateFirewallDeleteProtection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateFirewallDeleteProtectionRequest" }, "output": { "shape": "UpdateFirewallDeleteProtectionResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "ResourceOwnerCheckException" } ], "documentation": "

Modifies the flag, DeleteProtection, which indicates whether it is possible to delete the firewall. If the flag is set to TRUE, the firewall is protected against deletion. This setting helps protect against accidentally deleting a firewall that's in use.

" }, "UpdateFirewallDescription": { "name": "UpdateFirewallDescription", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateFirewallDescriptionRequest" }, "output": { "shape": "UpdateFirewallDescriptionResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" } ], "documentation": "

Modifies the description for the specified firewall. Use the description to help you identify the firewall when you're working with it.

" }, "UpdateFirewallEncryptionConfiguration": { "name": "UpdateFirewallEncryptionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateFirewallEncryptionConfigurationRequest" }, "output": { "shape": "UpdateFirewallEncryptionConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "ResourceOwnerCheckException" } ], "documentation": "

A complex type that contains settings for encryption of your firewall resources.

" }, "UpdateFirewallPolicy": { "name": "UpdateFirewallPolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateFirewallPolicyRequest" }, "output": { "shape": "UpdateFirewallPolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "InvalidTokenException" } ], "documentation": "

Updates the properties of the specified firewall policy.

" }, "UpdateFirewallPolicyChangeProtection": { "name": "UpdateFirewallPolicyChangeProtection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateFirewallPolicyChangeProtectionRequest" }, "output": { "shape": "UpdateFirewallPolicyChangeProtectionResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "ResourceOwnerCheckException" } ], "documentation": "

Modifies the flag, ChangeProtection, which indicates whether it is possible to change the firewall. If the flag is set to TRUE, the firewall is protected from changes. This setting helps protect against accidentally changing a firewall that's in use.

" }, "UpdateLoggingConfiguration": { "name": "UpdateLoggingConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateLoggingConfigurationRequest" }, "output": { "shape": "UpdateLoggingConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "LogDestinationPermissionException" } ], "documentation": "

Sets the logging configuration for the specified firewall.

To change the logging configuration, retrieve the LoggingConfiguration by calling DescribeLoggingConfiguration, then change it and provide the modified object to this update call. You must change the logging configuration one LogDestinationConfig at a time inside the retrieved LoggingConfiguration object.

You can perform only one of the following actions in any call to UpdateLoggingConfiguration:

You can't change the LogDestinationType or LogType in a LogDestinationConfig. To change these settings, delete the existing LogDestinationConfig object and create a new one, using two separate calls to this update operation.

" }, "UpdateRuleGroup": { "name": "UpdateRuleGroup", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateRuleGroupRequest" }, "output": { "shape": "UpdateRuleGroupResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "InvalidTokenException" } ], "documentation": "

Updates the rule settings for the specified rule group. You use a rule group by reference in one or more firewall policies. When you modify a rule group, you modify all firewall policies that use the rule group.

To update a rule group, first call DescribeRuleGroup to retrieve the current RuleGroup object, update the object as needed, and then provide the updated object to this call.

" }, "UpdateSubnetChangeProtection": { "name": "UpdateSubnetChangeProtection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateSubnetChangeProtectionRequest" }, "output": { "shape": "UpdateSubnetChangeProtectionResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "InternalServerError" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InvalidTokenException" }, { "shape": "ResourceOwnerCheckException" } ], "documentation": "

" }, "UpdateTLSInspectionConfiguration": { "name": "UpdateTLSInspectionConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateTLSInspectionConfigurationRequest" }, "output": { "shape": "UpdateTLSInspectionConfigurationResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ThrottlingException" }, { "shape": "InternalServerError" }, { "shape": "InvalidTokenException" } ], "documentation": "

Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all firewall policies that use the TLS inspection configuration.

To update a TLS inspection configuration, first call DescribeTLSInspectionConfiguration to retrieve the current TLSInspectionConfiguration object, update the object as needed, and then provide the updated object to this call.

" } }, "shapes": { "ActionDefinition": { "type": "structure", "members": { "PublishMetricAction": { "shape": "PublishMetricAction", "documentation": "

Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.

You can pair this custom action with any of the standard stateless rule actions. For example, you could pair this in a rule action with the standard action that forwards the packet for stateful inspection. Then, when a packet matches the rule, Network Firewall publishes metrics for the packet and forwards it.

" } }, "documentation": "

A custom action to use in stateless rule actions settings. This is used in CustomAction.

" }, "ActionName": { "type": "string", "max": 128, "min": 1, "pattern": "^[a-zA-Z0-9]+$" }, "Address": { "type": "structure", "required": [ "AddressDefinition" ], "members": { "AddressDefinition": { "shape": "AddressDefinition", "documentation": "

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

" } }, "documentation": "

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

" }, "AddressDefinition": { "type": "string", "max": 255, "min": 1, "pattern": "^([a-fA-F\\d:\\.]+($|/\\d{1,3}))$" }, "Addresses": { "type": "list", "member": { "shape": "Address" } }, "AnalysisResult": { "type": "structure", "members": { "IdentifiedRuleIds": { "shape": "RuleIdList", "documentation": "

The priority number of the stateless rules identified in the analysis.

" }, "IdentifiedType": { "shape": "IdentifiedType", "documentation": "

The types of rule configurations that Network Firewall analyzes your rule groups for. Network Firewall analyzes stateless rule groups for the following types of rule configurations:

" }, "AnalysisDetail": { "shape": "CollectionMember_String", "documentation": "

Provides analysis details for the identified rule.

" } }, "documentation": "

The analysis result for Network Firewall's stateless rule group analyzer. Every time you call CreateRuleGroup, UpdateRuleGroup, or DescribeRuleGroup on a stateless rule group, Network Firewall analyzes the stateless rule groups in your account and identifies the rules that might adversely effect your firewall's functionality. For example, if Network Firewall detects a rule that's routing traffic asymmetrically, which impacts the service's ability to properly process traffic, the service includes the rule in a list of analysis results.

" }, "AnalysisResultList": { "type": "list", "member": { "shape": "AnalysisResult" } }, "AssociateFirewallPolicyRequest": { "type": "structure", "required": [ "FirewallPolicyArn" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

" } } }, "AssociateFirewallPolicyResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "AssociateSubnetsRequest": { "type": "structure", "required": [ "SubnetMappings" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "SubnetMappings": { "shape": "SubnetMappings", "documentation": "

The IDs of the subnets that you want to associate with the firewall.

" } } }, "AssociateSubnetsResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "SubnetMappings": { "shape": "SubnetMappings", "documentation": "

The IDs of the subnets that are associated with the firewall.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "Attachment": { "type": "structure", "members": { "SubnetId": { "shape": "AzSubnet", "documentation": "

The unique identifier of the subnet that you've specified to be used for a firewall endpoint.

" }, "EndpointId": { "shape": "EndpointId", "documentation": "

The identifier of the firewall endpoint that Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.

" }, "Status": { "shape": "AttachmentStatus", "documentation": "

The current status of the firewall endpoint in the subnet. This value reflects both the instantiation of the endpoint in the VPC subnet and the sync states that are reported in the Config settings. When this value is READY, the endpoint is available and configured properly to handle network traffic. When the endpoint isn't available for traffic, this value will reflect its state, for example CREATING or DELETING.

" }, "StatusMessage": { "shape": "StatusMessage", "documentation": "

If Network Firewall fails to create or delete the firewall endpoint in the subnet, it populates this with the reason for the error or failure and how to resolve it. A FAILED status indicates a non-recoverable state, and a ERROR status indicates an issue that you can fix. Depending on the error, it can take as many as 15 minutes to populate this field. For more information about the causes for failiure or errors and solutions available for this field, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.

" } }, "documentation": "

The configuration and status for a single subnet that you've specified for use by the Network Firewall firewall. This is part of the FirewallStatus.

" }, "AttachmentStatus": { "type": "string", "enum": [ "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY" ] }, "AvailabilityZone": { "type": "string" }, "AzSubnet": { "type": "string", "max": 128, "min": 1, "pattern": "^subnet-[0-9a-f]+$" }, "AzSubnets": { "type": "list", "member": { "shape": "AzSubnet" } }, "Boolean": { "type": "boolean" }, "CIDRCount": { "type": "integer", "max": 1000000, "min": 0 }, "CIDRSummary": { "type": "structure", "members": { "AvailableCIDRCount": { "shape": "CIDRCount", "documentation": "

The number of CIDR blocks available for use by the IP set references in a firewall.

" }, "UtilizedCIDRCount": { "shape": "CIDRCount", "documentation": "

The number of CIDR blocks used by the IP set references in a firewall.

" }, "IPSetReferences": { "shape": "IPSetMetadataMap", "documentation": "

The list of the IP set references used by a firewall.

" } }, "documentation": "

Summarizes the CIDR blocks used by the IP set references in a firewall. Network Firewall calculates the number of CIDRs by taking an aggregated count of all CIDRs used by the IP sets you are referencing.

" }, "CapacityUsageSummary": { "type": "structure", "members": { "CIDRs": { "shape": "CIDRSummary", "documentation": "

Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.

" } }, "documentation": "

The capacity usage summary of the resources used by the ReferenceSets in a firewall.

" }, "Certificates": { "type": "list", "member": { "shape": "TlsCertificateData" } }, "CheckCertificateRevocationStatusActions": { "type": "structure", "members": { "RevokedStatusAction": { "shape": "RevocationCheckAction", "documentation": "

Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has a revoked status.

" }, "UnknownStatusAction": { "shape": "RevocationCheckAction", "documentation": "

Configures how Network Firewall processes traffic when it determines that the certificate presented by the server in the SSL/TLS connection has an unknown status, or a status that cannot be determined for any other reason, including when the service is unable to connect to the OCSP and CRL endpoints for the certificate.

" } }, "documentation": "

Defines the actions to take on the SSL/TLS connection if the certificate presented by the server in the connection has a revoked or unknown status.

" }, "CollectionMember_String": { "type": "string" }, "ConfigurationSyncState": { "type": "string", "enum": [ "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED" ] }, "CreateFirewallPolicyRequest": { "type": "structure", "required": [ "FirewallPolicyName", "FirewallPolicy" ], "members": { "FirewallPolicyName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

" }, "FirewallPolicy": { "shape": "FirewallPolicy", "documentation": "

The rule groups and policy actions to use in the firewall policy.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall policy.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "DryRun": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid.

If set to FALSE, Network Firewall makes the requested changes to your resources.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains settings for encryption of your firewall policy resources.

" } } }, "CreateFirewallPolicyResponse": { "type": "structure", "required": [ "UpdateToken", "FirewallPolicyResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request.

To make changes to the policy, you provide the token in your request. Network Firewall uses the token to ensure that the policy hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall policy again to get a current copy of it with current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallPolicyResponse": { "shape": "FirewallPolicyResponse", "documentation": "

The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" } } }, "CreateFirewallRequest": { "type": "structure", "required": [ "FirewallName", "FirewallPolicyArn", "VpcId", "SubnetMappings" ], "members": { "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the FirewallPolicy that you want to use for the firewall.

" }, "VpcId": { "shape": "VpcId", "documentation": "

The unique identifier of the VPC where Network Firewall should create the firewall.

You can't change this setting after you create the firewall.

" }, "SubnetMappings": { "shape": "SubnetMappings", "documentation": "

The public subnets to use for your Network Firewall firewalls. Each subnet must belong to a different Availability Zone in the VPC. Network Firewall creates a firewall endpoint in each subnet.

" }, "DeleteProtection": { "shape": "Boolean", "documentation": "

A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE.

" }, "SubnetChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" }, "FirewallPolicyChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains settings for encryption of your firewall resources.

" } } }, "CreateFirewallResponse": { "type": "structure", "members": { "Firewall": { "shape": "Firewall", "documentation": "

The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.

" }, "FirewallStatus": { "shape": "FirewallStatus", "documentation": "

Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

" } } }, "CreateRuleGroupRequest": { "type": "structure", "required": [ "RuleGroupName", "Type", "Capacity" ], "members": { "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

" }, "RuleGroup": { "shape": "RuleGroup", "documentation": "

An object that defines the rule group rules.

You must provide either this rule group setting or a Rules setting, but not both.

" }, "Rules": { "shape": "RulesString", "documentation": "

A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line. Use this to import your existing Suricata compatible rule groups.

You must provide either this rules setting or a populated RuleGroup setting, but not both.

You can provide your rule group specification in Suricata flat format through this setting when you create or update your rule group. The call response returns a RuleGroup object that Network Firewall has populated from your string.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

" }, "Description": { "shape": "Description", "documentation": "

A description of the rule group.

" }, "Capacity": { "shape": "RuleCapacity", "documentation": "

The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

You can't change or exceed this capacity when you update the rule group, so leave room for your rule group to grow.

Capacity for a stateless rule group

For a stateless rule group, the capacity required is the sum of the capacity requirements of the individual rules that you expect to have in the rule group.

To calculate the capacity requirement of a single rule, multiply the capacity requirement values of each of the rule's match settings:

A rule with no criteria specified in any of its match settings has a capacity requirement of 1. A rule with protocol setting [\"UDP\",\"TCP\"], source setting [\"10.0.0.0/24\",\"10.0.0.1/24\",\"10.0.0.2/24\"], and a single specification or no specification for each of the other match settings has a capacity requirement of 6.

Capacity for a stateful rule group

For a stateful rule group, the minimum capacity required is the number of individual rules that you expect to have in the rule group.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "DryRun": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid.

If set to FALSE, Network Firewall makes the requested changes to your resources.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains settings for encryption of your rule group resources.

" }, "SourceMetadata": { "shape": "SourceMetadata", "documentation": "

A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to keep track of updates made to the originating rule group.

" }, "AnalyzeRuleGroup": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing. If set to TRUE, Network Firewall runs the analysis and then creates the rule group for you. To run the stateless rule group analyzer without creating the rule group, set DryRun to TRUE.

" } } }, "CreateRuleGroupResponse": { "type": "structure", "required": [ "UpdateToken", "RuleGroupResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request.

To make changes to the rule group, you provide the token in your request. Network Firewall uses the token to ensure that the rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "RuleGroupResponse": { "shape": "RuleGroupResponse", "documentation": "

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" } } }, "CreateTLSInspectionConfigurationRequest": { "type": "structure", "required": [ "TLSInspectionConfigurationName", "TLSInspectionConfiguration" ], "members": { "TLSInspectionConfigurationName": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

" }, "TLSInspectionConfiguration": { "shape": "TLSInspectionConfiguration", "documentation": "

The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.

To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

" }, "Description": { "shape": "Description", "documentation": "

A description of the TLS inspection configuration.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration" } } }, "CreateTLSInspectionConfigurationResponse": { "type": "structure", "required": [ "UpdateToken", "TLSInspectionConfigurationResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request.

To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "TLSInspectionConfigurationResponse": { "shape": "TLSInspectionConfigurationResponse", "documentation": "

The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

" } } }, "CustomAction": { "type": "structure", "required": [ "ActionName", "ActionDefinition" ], "members": { "ActionName": { "shape": "ActionName", "documentation": "

The descriptive name of the custom action. You can't change the name of a custom action after you create it.

" }, "ActionDefinition": { "shape": "ActionDefinition", "documentation": "

The custom action associated with the action name.

" } }, "documentation": "

An optional, non-standard action to use for stateless packet handling. You can define this in addition to the standard action that you must specify.

You define and name the custom actions that you want to be able to use, and then you reference them by name in your actions settings.

You can use custom actions in the following places:

" }, "CustomActions": { "type": "list", "member": { "shape": "CustomAction" } }, "DeleteFirewallPolicyRequest": { "type": "structure", "members": { "FirewallPolicyName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

You must specify the ARN or the name, and you can specify both.

" } } }, "DeleteFirewallPolicyResponse": { "type": "structure", "required": [ "FirewallPolicyResponse" ], "members": { "FirewallPolicyResponse": { "shape": "FirewallPolicyResponse", "documentation": "

The object containing the definition of the FirewallPolicyResponse that you asked to delete.

" } } }, "DeleteFirewallRequest": { "type": "structure", "members": { "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" } } }, "DeleteFirewallResponse": { "type": "structure", "members": { "Firewall": { "shape": "Firewall" }, "FirewallStatus": { "shape": "FirewallStatus" } } }, "DeleteResourcePolicyRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to delete.

" } } }, "DeleteResourcePolicyResponse": { "type": "structure", "members": {} }, "DeleteRuleGroupRequest": { "type": "structure", "members": { "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group.

You must specify the ARN or the name, and you can specify both.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.

" } } }, "DeleteRuleGroupResponse": { "type": "structure", "required": [ "RuleGroupResponse" ], "members": { "RuleGroupResponse": { "shape": "RuleGroupResponse", "documentation": "

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" } } }, "DeleteTLSInspectionConfigurationRequest": { "type": "structure", "members": { "TLSInspectionConfigurationArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

You must specify the ARN or the name, and you can specify both.

" }, "TLSInspectionConfigurationName": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

You must specify the ARN or the name, and you can specify both.

" } } }, "DeleteTLSInspectionConfigurationResponse": { "type": "structure", "required": [ "TLSInspectionConfigurationResponse" ], "members": { "TLSInspectionConfigurationResponse": { "shape": "TLSInspectionConfigurationResponse", "documentation": "

The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

" } } }, "DescribeFirewallPolicyRequest": { "type": "structure", "members": { "FirewallPolicyName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

You must specify the ARN or the name, and you can specify both.

" } } }, "DescribeFirewallPolicyResponse": { "type": "structure", "required": [ "UpdateToken", "FirewallPolicyResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request.

To make changes to the policy, you provide the token in your request. Network Firewall uses the token to ensure that the policy hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall policy again to get a current copy of it with current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallPolicyResponse": { "shape": "FirewallPolicyResponse", "documentation": "

The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" }, "FirewallPolicy": { "shape": "FirewallPolicy", "documentation": "

The policy for the specified firewall policy.

" } } }, "DescribeFirewallRequest": { "type": "structure", "members": { "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" } } }, "DescribeFirewallResponse": { "type": "structure", "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "Firewall": { "shape": "Firewall", "documentation": "

The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.

" }, "FirewallStatus": { "shape": "FirewallStatus", "documentation": "

Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

" } } }, "DescribeLoggingConfigurationRequest": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" } } }, "DescribeLoggingConfigurationResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "LoggingConfiguration": { "shape": "LoggingConfiguration" } } }, "DescribeResourcePolicyRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group or firewall policy whose resource policy you want to retrieve.

" } } }, "DescribeResourcePolicyResponse": { "type": "structure", "members": { "Policy": { "shape": "PolicyString", "documentation": "

The IAM policy for the resource.

" } } }, "DescribeRuleGroupMetadataRequest": { "type": "structure", "members": { "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.

" } } }, "DescribeRuleGroupMetadataResponse": { "type": "structure", "required": [ "RuleGroupArn", "RuleGroupName" ], "members": { "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "Description": { "shape": "Description", "documentation": "

Returns the metadata objects for the specified rule group.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.

" }, "Capacity": { "shape": "RuleCapacity", "documentation": "

The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

" }, "StatefulRuleOptions": { "shape": "StatefulRuleOptions" }, "LastModifiedTime": { "shape": "LastUpdateTime", "documentation": "

The last time that the rule group was changed.

" } } }, "DescribeRuleGroupRequest": { "type": "structure", "members": { "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group.

You must specify the ARN or the name, and you can specify both.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.

" }, "AnalyzeRuleGroup": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing. If set to TRUE, Network Firewall runs the analysis.

" } } }, "DescribeRuleGroupResponse": { "type": "structure", "required": [ "UpdateToken", "RuleGroupResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request.

To make changes to the rule group, you provide the token in your request. Network Firewall uses the token to ensure that the rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "RuleGroup": { "shape": "RuleGroup", "documentation": "

The object that defines the rules in a rule group. This, along with RuleGroupResponse, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

Network Firewall uses a rule group to inspect and control network traffic. You define stateless rule groups to inspect individual packets and you define stateful rule groups to inspect packets in the context of their traffic flow.

To use a rule group, you include it by reference in an Network Firewall firewall policy, then you use the policy in a firewall. You can reference a rule group from more than one firewall policy, and you can use a firewall policy in more than one firewall.

" }, "RuleGroupResponse": { "shape": "RuleGroupResponse", "documentation": "

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" } } }, "DescribeTLSInspectionConfigurationRequest": { "type": "structure", "members": { "TLSInspectionConfigurationArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

You must specify the ARN or the name, and you can specify both.

" }, "TLSInspectionConfigurationName": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

You must specify the ARN or the name, and you can specify both.

" } } }, "DescribeTLSInspectionConfigurationResponse": { "type": "structure", "required": [ "UpdateToken", "TLSInspectionConfigurationResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request.

To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "TLSInspectionConfiguration": { "shape": "TLSInspectionConfiguration", "documentation": "

The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.

To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

" }, "TLSInspectionConfigurationResponse": { "shape": "TLSInspectionConfigurationResponse", "documentation": "

The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

" } } }, "Description": { "type": "string", "max": 512, "pattern": "^.*$" }, "Destination": { "type": "string", "max": 1024, "min": 1, "pattern": "^.*$" }, "Dimension": { "type": "structure", "required": [ "Value" ], "members": { "Value": { "shape": "DimensionValue", "documentation": "

The value to use in the custom metric dimension.

" } }, "documentation": "

The value to use in an Amazon CloudWatch custom metric dimension. This is used in the PublishMetrics CustomAction. A CloudWatch custom metric dimension is a name/value pair that's part of the identity of a metric.

Network Firewall sets the dimension name to CustomAction and you provide the dimension value.

For more information about CloudWatch custom metric dimensions, see Publishing Custom Metrics in the Amazon CloudWatch User Guide.

" }, "DimensionValue": { "type": "string", "max": 128, "min": 1, "pattern": "^[a-zA-Z0-9-_ ]+$" }, "Dimensions": { "type": "list", "member": { "shape": "Dimension" }, "max": 1, "min": 1 }, "DisassociateSubnetsRequest": { "type": "structure", "required": [ "SubnetIds" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "SubnetIds": { "shape": "AzSubnets", "documentation": "

The unique identifiers for the subnets that you want to disassociate.

" } } }, "DisassociateSubnetsResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "SubnetMappings": { "shape": "SubnetMappings", "documentation": "

The IDs of the subnets that are associated with the firewall.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "EncryptionConfiguration": { "type": "structure", "required": [ "Type" ], "members": { "KeyId": { "shape": "KeyId", "documentation": "

The ID of the Amazon Web Services Key Management Service (KMS) customer managed key. You can use any of the key identifiers that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. For more information, see Key ID in the Amazon Web Services KMS Developer Guide.

" }, "Type": { "shape": "EncryptionType", "documentation": "

The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.

" } }, "documentation": "

A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.

" }, "EncryptionType": { "type": "string", "enum": [ "CUSTOMER_KMS", "AWS_OWNED_KMS_KEY" ] }, "EndpointId": { "type": "string" }, "Firewall": { "type": "structure", "required": [ "FirewallPolicyArn", "VpcId", "SubnetMappings", "FirewallId" ], "members": { "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.

" }, "VpcId": { "shape": "VpcId", "documentation": "

The unique identifier of the VPC where the firewall is in use.

" }, "SubnetMappings": { "shape": "SubnetMappings", "documentation": "

The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.

" }, "DeleteProtection": { "shape": "Boolean", "documentation": "

A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE.

" }, "SubnetChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" }, "FirewallPolicyChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall.

" }, "FirewallId": { "shape": "ResourceId", "documentation": "

The unique identifier for the firewall.

" }, "Tags": { "shape": "TagList", "documentation": "

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall.

" } }, "documentation": "

The firewall defines the configuration settings for an Network Firewall firewall. These settings include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource.

The status of the firewall, for example whether it's ready to filter network traffic, is provided in the corresponding FirewallStatus. You can retrieve both objects by calling DescribeFirewall.

" }, "FirewallMetadata": { "type": "structure", "members": { "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" } }, "documentation": "

High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.

" }, "FirewallPolicies": { "type": "list", "member": { "shape": "FirewallPolicyMetadata" } }, "FirewallPolicy": { "type": "structure", "required": [ "StatelessDefaultActions", "StatelessFragmentDefaultActions" ], "members": { "StatelessRuleGroupReferences": { "shape": "StatelessRuleGroupReferences", "documentation": "

References to the stateless rule groups that are used in the policy. These define the matching criteria in stateless rules.

" }, "StatelessDefaultActions": { "shape": "StatelessActions", "documentation": "

The actions to take on a packet if it doesn't match any of the stateless rules in the policy. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe.

You must specify one of the standard actions: aws:pass, aws:drop, or aws:forward_to_sfe. In addition, you can specify custom actions that are compatible with your standard section choice.

For example, you could specify [\"aws:pass\"] or you could specify [\"aws:pass\", “customActionName”]. For information about compatibility, see the custom action descriptions under CustomAction.

" }, "StatelessFragmentDefaultActions": { "shape": "StatelessActions", "documentation": "

The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy. Network Firewall only manages UDP packet fragments and silently drops packet fragments for other protocols. If you want non-matching fragmented UDP packets to be forwarded for stateful inspection, specify aws:forward_to_sfe.

You must specify one of the standard actions: aws:pass, aws:drop, or aws:forward_to_sfe. In addition, you can specify custom actions that are compatible with your standard section choice.

For example, you could specify [\"aws:pass\"] or you could specify [\"aws:pass\", “customActionName”]. For information about compatibility, see the custom action descriptions under CustomAction.

" }, "StatelessCustomActions": { "shape": "CustomActions", "documentation": "

The custom action definitions that are available for use in the firewall policy's StatelessDefaultActions setting. You name each custom action that you define, and then you can use it by name in your default actions specifications.

" }, "StatefulRuleGroupReferences": { "shape": "StatefulRuleGroupReferences", "documentation": "

References to the stateful rule groups that are used in the policy. These define the inspection criteria in stateful rules.

" }, "StatefulDefaultActions": { "shape": "StatefulActions", "documentation": "

The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order.

Valid values of the stateful default action:

For more information, see Strict evaluation order in the Network Firewall Developer Guide.

" }, "StatefulEngineOptions": { "shape": "StatefulEngineOptions", "documentation": "

Additional options governing how Network Firewall handles stateful rules. The stateful rule groups that you use in your policy must have stateful rule options settings that are compatible with these settings.

" }, "TLSInspectionConfigurationArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

" }, "PolicyVariables": { "shape": "PolicyVariables", "documentation": "

Contains variables that you can use to override default Suricata settings in your firewall policy.

" } }, "documentation": "

The firewall policy defines the behavior of a firewall using a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls.

This, along with FirewallPolicyResponse, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" }, "FirewallPolicyMetadata": { "type": "structure", "members": { "Name": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

" }, "Arn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

" } }, "documentation": "

High-level information about a firewall policy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" }, "FirewallPolicyResponse": { "type": "structure", "required": [ "FirewallPolicyName", "FirewallPolicyArn", "FirewallPolicyId" ], "members": { "FirewallPolicyName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

If this response is for a create request that had DryRun set to TRUE, then this ARN is a placeholder that isn't attached to a valid resource.

" }, "FirewallPolicyId": { "shape": "ResourceId", "documentation": "

The unique identifier for the firewall policy.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall policy.

" }, "FirewallPolicyStatus": { "shape": "ResourceStatus", "documentation": "

The current status of the firewall policy. You can retrieve this for a firewall policy by calling DescribeFirewallPolicy and providing the firewall policy's name or ARN.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "ConsumedStatelessRuleCapacity": { "shape": "RuleCapacity", "documentation": "

The number of capacity units currently consumed by the policy's stateless rules.

" }, "ConsumedStatefulRuleCapacity": { "shape": "RuleCapacity", "documentation": "

The number of capacity units currently consumed by the policy's stateful rules.

" }, "NumberOfAssociations": { "shape": "NumberOfAssociations", "documentation": "

The number of firewalls that are associated with this firewall policy.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy.

" }, "LastModifiedTime": { "shape": "LastUpdateTime", "documentation": "

The last time that the firewall policy was changed.

" } }, "documentation": "

The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" }, "FirewallStatus": { "type": "structure", "required": [ "Status", "ConfigurationSyncStateSummary" ], "members": { "Status": { "shape": "FirewallStatusValue", "documentation": "

The readiness of the configured firewall to handle network traffic across all of the Availability Zones where you've configured it. This setting is READY only when the ConfigurationSyncStateSummary value is IN_SYNC and the Attachment Status values for all of the configured subnets are READY.

" }, "ConfigurationSyncStateSummary": { "shape": "ConfigurationSyncState", "documentation": "

The configuration sync state for the firewall. This summarizes the sync states reported in the Config settings for all of the Availability Zones where you have configured the firewall.

When you create a firewall or update its configuration, for example by adding a rule group to its firewall policy, Network Firewall distributes the configuration changes to all zones where the firewall is in use. This summary indicates whether the configuration changes have been applied everywhere.

This status must be IN_SYNC for the firewall to be ready for use, but it doesn't indicate that the firewall is ready. The Status setting indicates firewall readiness.

" }, "SyncStates": { "shape": "SyncStates", "documentation": "

The subnets that you've configured for use by the Network Firewall firewall. This contains one array element per Availability Zone where you've configured a subnet. These objects provide details of the information that is summarized in the ConfigurationSyncStateSummary and Status, broken down by zone and configuration object.

" }, "CapacityUsageSummary": { "shape": "CapacityUsageSummary", "documentation": "

Describes the capacity usage of the resources contained in a firewall's reference sets. Network Firewall calclulates the capacity usage by taking an aggregated count of all of the resources used by all of the reference sets in a firewall.

" } }, "documentation": "

Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.

" }, "FirewallStatusValue": { "type": "string", "enum": [ "PROVISIONING", "DELETING", "READY" ] }, "Firewalls": { "type": "list", "member": { "shape": "FirewallMetadata" } }, "Flags": { "type": "list", "member": { "shape": "TCPFlag" } }, "GeneratedRulesType": { "type": "string", "enum": [ "ALLOWLIST", "DENYLIST" ] }, "HashMapKey": { "type": "string", "max": 50, "min": 3, "pattern": "^[0-9A-Za-z.\\-_@\\/]+$" }, "HashMapValue": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\s\\S]*$" }, "Header": { "type": "structure", "required": [ "Protocol", "Source", "SourcePort", "Direction", "Destination", "DestinationPort" ], "members": { "Protocol": { "shape": "StatefulRuleProtocol", "documentation": "

The protocol to inspect for. To specify all, you can use IP, because all traffic on Amazon Web Services and on the internet is IP.

" }, "Source": { "shape": "Source", "documentation": "

The source IP address or address range to inspect for, in CIDR notation. To match with any address, specify ANY.

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

" }, "SourcePort": { "shape": "Port", "documentation": "

The source port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

" }, "Direction": { "shape": "StatefulRuleDirection", "documentation": "

The direction of traffic flow to inspect. If set to ANY, the inspection matches bidirectional traffic, both from the source to the destination and from the destination to the source. If set to FORWARD, the inspection only matches traffic going from the source to the destination.

" }, "Destination": { "shape": "Destination", "documentation": "

The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify ANY.

Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation. Network Firewall supports all address ranges for IPv4 and IPv6.

Examples:

For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.

" }, "DestinationPort": { "shape": "Port", "documentation": "

The destination port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

" } }, "documentation": "

The basic rule criteria for Network Firewall to use to inspect packet headers in stateful traffic flow inspection. Traffic flows that match the criteria are a match for the corresponding StatefulRule.

" }, "IPAddressType": { "type": "string", "enum": [ "DUALSTACK", "IPV4", "IPV6" ] }, "IPSet": { "type": "structure", "required": [ "Definition" ], "members": { "Definition": { "shape": "VariableDefinitionList", "documentation": "

The list of IP addresses and address ranges, in CIDR notation.

" } }, "documentation": "

A list of IP addresses and address ranges, in CIDR notation. This is part of a RuleVariables.

" }, "IPSetArn": { "type": "string" }, "IPSetMetadata": { "type": "structure", "members": { "ResolvedCIDRCount": { "shape": "CIDRCount", "documentation": "

Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount.

" } }, "documentation": "

General information about the IP set.

" }, "IPSetMetadataMap": { "type": "map", "key": { "shape": "IPSetArn" }, "value": { "shape": "IPSetMetadata" } }, "IPSetReference": { "type": "structure", "members": { "ReferenceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource that you are referencing in your rule group.

" } }, "documentation": "

Configures one or more IP set references for a Suricata-compatible rule group. This is used in CreateRuleGroup or UpdateRuleGroup. An IP set reference is a rule variable that references resources that you create and manage in another Amazon Web Services service, such as an Amazon VPC prefix list. Network Firewall IP set references enable you to dynamically update the contents of your rules. When you create, update, or delete the resource you are referencing in your rule, Network Firewall automatically updates the rule's content with the changes. For more information about IP set references in Network Firewall, see Using IP set references in the Network Firewall Developer Guide.

Network Firewall currently supports Amazon VPC prefix lists and resource groups in IP set references.

" }, "IPSetReferenceMap": { "type": "map", "key": { "shape": "IPSetReferenceName" }, "value": { "shape": "IPSetReference" } }, "IPSetReferenceName": { "type": "string", "max": 32, "min": 1, "pattern": "^[A-Za-z][A-Za-z0-9_]*$" }, "IPSets": { "type": "map", "key": { "shape": "RuleVariableName" }, "value": { "shape": "IPSet" } }, "IdentifiedType": { "type": "string", "enum": [ "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS" ] }, "KeyId": { "type": "string", "max": 2048, "min": 1, "pattern": ".*\\S.*" }, "Keyword": { "type": "string", "max": 128, "min": 1, "pattern": ".*" }, "LastUpdateTime": { "type": "timestamp" }, "ListFirewallPoliciesRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "MaxResults": { "shape": "PaginationMaxResults", "documentation": "

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

" } } }, "ListFirewallPoliciesResponse": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "FirewallPolicies": { "shape": "FirewallPolicies", "documentation": "

The metadata for the firewall policies. Depending on your setting for max results and the number of firewall policies that you have, this might not be the full list.

" } } }, "ListFirewallsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "VpcIds": { "shape": "VpcIds", "documentation": "

The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for. Leave this blank to retrieve all firewalls that you have defined.

" }, "MaxResults": { "shape": "PaginationMaxResults", "documentation": "

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

" } } }, "ListFirewallsResponse": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "Firewalls": { "shape": "Firewalls", "documentation": "

The firewall metadata objects for the VPCs that you specified. Depending on your setting for max results and the number of firewalls you have, a single call might not be the full list.

" } } }, "ListRuleGroupsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "MaxResults": { "shape": "PaginationMaxResults", "documentation": "

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

" }, "Scope": { "shape": "ResourceManagedStatus", "documentation": "

The scope of the request. The default setting of ACCOUNT or a setting of NULL returns all of the rule groups in your account. A setting of MANAGED returns all available managed rule groups.

" }, "ManagedType": { "shape": "ResourceManagedType", "documentation": "

Indicates the general category of the Amazon Web Services managed rule group.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

" } } }, "ListRuleGroupsResponse": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "RuleGroups": { "shape": "RuleGroups", "documentation": "

The rule group metadata objects that you've defined. Depending on your setting for max results and the number of rule groups, this might not be the full list.

" } } }, "ListTLSInspectionConfigurationsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "MaxResults": { "shape": "PaginationMaxResults", "documentation": "

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

" } } }, "ListTLSInspectionConfigurationsResponse": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "TLSInspectionConfigurations": { "shape": "TLSInspectionConfigurations", "documentation": "

The TLS inspection configuration metadata objects that you've defined. Depending on your setting for max results and the number of TLS inspection configurations, this might not be the full list.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "MaxResults": { "shape": "TagsPaginationMaxResults", "documentation": "

The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

" }, "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

" }, "Tags": { "shape": "TagList", "documentation": "

The tags that are associated with the resource.

" } } }, "LogDestinationConfig": { "type": "structure", "required": [ "LogType", "LogDestinationType", "LogDestination" ], "members": { "LogType": { "shape": "LogType", "documentation": "

The type of log to record. You can record the following types of logs from your Network Firewall stateful engine.

" }, "LogDestinationType": { "shape": "LogDestinationType", "documentation": "

The type of storage destination to send these logs to. You can send logs to an Amazon S3 bucket, a CloudWatch log group, or a Firehose delivery stream.

" }, "LogDestination": { "shape": "LogDestinationMap", "documentation": "

The named location for the logs, provided in a key:value mapping that is specific to the chosen destination type.

" } }, "documentation": "

Defines where Network Firewall sends logs for the firewall for one log type. This is used in LoggingConfiguration. You can send each type of log to an Amazon S3 bucket, a CloudWatch log group, or a Firehose delivery stream.

Network Firewall generates logs for stateful rule groups. You can save alert, flow, and TLS log types.

" }, "LogDestinationConfigs": { "type": "list", "member": { "shape": "LogDestinationConfig" } }, "LogDestinationMap": { "type": "map", "key": { "shape": "HashMapKey" }, "value": { "shape": "HashMapValue" } }, "LogDestinationType": { "type": "string", "enum": [ "S3", "CloudWatchLogs", "KinesisDataFirehose" ], "max": 30, "min": 2, "pattern": "[0-9A-Za-z]+" }, "LogType": { "type": "string", "enum": [ "ALERT", "FLOW", "TLS" ] }, "LoggingConfiguration": { "type": "structure", "required": [ "LogDestinationConfigs" ], "members": { "LogDestinationConfigs": { "shape": "LogDestinationConfigs", "documentation": "

Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.

" } }, "documentation": "

Defines how Network Firewall performs logging for a Firewall.

" }, "MatchAttributes": { "type": "structure", "members": { "Sources": { "shape": "Addresses", "documentation": "

The source IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address.

" }, "Destinations": { "shape": "Addresses", "documentation": "

The destination IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address.

" }, "SourcePorts": { "shape": "PortRanges", "documentation": "

The source ports to inspect for. If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP).

You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994.

" }, "DestinationPorts": { "shape": "PortRanges", "documentation": "

The destination ports to inspect for. If not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP).

You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994.

" }, "Protocols": { "shape": "ProtocolNumbers", "documentation": "

The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA). If not specified, this matches with any protocol.

" }, "TCPFlags": { "shape": "TCPFlags", "documentation": "

The TCP flags and masks to inspect for. If not specified, this matches with any settings. This setting is only used for protocol 6 (TCP).

" } }, "documentation": "

Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection. Each match attributes set can include one or more items such as IP address, CIDR range, port number, protocol, and TCP flags.

" }, "NumberOfAssociations": { "type": "integer" }, "OverrideAction": { "type": "string", "enum": [ "DROP_TO_ALERT" ] }, "PaginationMaxResults": { "type": "integer", "max": 100, "min": 1 }, "PaginationToken": { "type": "string", "max": 4096, "min": 1, "pattern": "[0-9A-Za-z:\\/+=]+$" }, "PerObjectStatus": { "type": "structure", "members": { "SyncStatus": { "shape": "PerObjectSyncStatus", "documentation": "

Indicates whether this object is in sync with the version indicated in the update token.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

The current version of the object that is either in sync or pending synchronization.

" } }, "documentation": "

Provides configuration status for a single policy or rule group that is used for a firewall endpoint. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of a SyncState for a firewall.

" }, "PerObjectSyncStatus": { "type": "string", "enum": [ "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED" ] }, "PolicyString": { "type": "string", "max": 395000, "min": 1, "pattern": ".*\\S.*" }, "PolicyVariables": { "type": "structure", "members": { "RuleVariables": { "shape": "IPSets", "documentation": "

The IPv4 or IPv6 addresses in CIDR notation to use for the Suricata HOME_NET variable. If your firewall uses an inspection VPC, you might want to override the HOME_NET variable with the CIDRs of your home networks. If you don't override HOME_NET with your own CIDRs, Network Firewall by default uses the CIDR of your inspection VPC.

" } }, "documentation": "

Contains variables that you can use to override default Suricata settings in your firewall policy.

" }, "Port": { "type": "string", "max": 1024, "min": 1, "pattern": "^.*$" }, "PortRange": { "type": "structure", "required": [ "FromPort", "ToPort" ], "members": { "FromPort": { "shape": "PortRangeBound", "documentation": "

The lower limit of the port range. This must be less than or equal to the ToPort specification.

" }, "ToPort": { "shape": "PortRangeBound", "documentation": "

The upper limit of the port range. This must be greater than or equal to the FromPort specification.

" } }, "documentation": "

A single port range specification. This is used for source and destination port ranges in the stateless rule MatchAttributes, SourcePorts, and DestinationPorts settings.

" }, "PortRangeBound": { "type": "integer", "max": 65535, "min": 0 }, "PortRanges": { "type": "list", "member": { "shape": "PortRange" } }, "PortSet": { "type": "structure", "members": { "Definition": { "shape": "VariableDefinitionList", "documentation": "

The set of port ranges.

" } }, "documentation": "

A set of port ranges for use in the rules in a rule group.

" }, "PortSets": { "type": "map", "key": { "shape": "RuleVariableName" }, "value": { "shape": "PortSet" } }, "Priority": { "type": "integer", "max": 65535, "min": 1 }, "ProtocolNumber": { "type": "integer", "max": 255, "min": 0 }, "ProtocolNumbers": { "type": "list", "member": { "shape": "ProtocolNumber" } }, "PublishMetricAction": { "type": "structure", "required": [ "Dimensions" ], "members": { "Dimensions": { "shape": "Dimensions", "documentation": "

" } }, "documentation": "

Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.

" }, "PutResourcePolicyRequest": { "type": "structure", "required": [ "ResourceArn", "Policy" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.

" }, "Policy": { "shape": "PolicyString", "documentation": "

The IAM policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform.

For a rule group resource, you can specify the following operations in the Actions section of the statement:

For a firewall policy resource, you can specify the following operations in the Actions section of the statement:

In the Resource section of the statement, you specify the ARNs for the rule groups and firewall policies that you want to share with the account that you specified in Arn.

" } } }, "PutResourcePolicyResponse": { "type": "structure", "members": {} }, "ReferenceSets": { "type": "structure", "members": { "IPSetReferences": { "shape": "IPSetReferenceMap", "documentation": "

The list of IP set references.

" } }, "documentation": "

Contains a set of IP set references.

" }, "ResourceArn": { "type": "string", "max": 256, "min": 1, "pattern": "^arn:aws.*" }, "ResourceId": { "type": "string", "max": 36, "min": 36, "pattern": "^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$" }, "ResourceManagedStatus": { "type": "string", "enum": [ "MANAGED", "ACCOUNT" ] }, "ResourceManagedType": { "type": "string", "enum": [ "AWS_MANAGED_THREAT_SIGNATURES", "AWS_MANAGED_DOMAIN_LISTS" ] }, "ResourceName": { "type": "string", "max": 128, "min": 1, "pattern": "^[a-zA-Z0-9-]+$" }, "ResourceStatus": { "type": "string", "enum": [ "ACTIVE", "DELETING", "ERROR" ] }, "RevocationCheckAction": { "type": "string", "enum": [ "PASS", "DROP", "REJECT" ] }, "RuleCapacity": { "type": "integer" }, "RuleDefinition": { "type": "structure", "required": [ "MatchAttributes", "Actions" ], "members": { "MatchAttributes": { "shape": "MatchAttributes", "documentation": "

Criteria for Network Firewall to use to inspect an individual packet in stateless rule inspection. Each match attributes set can include one or more items such as IP address, CIDR range, port number, protocol, and TCP flags.

" }, "Actions": { "shape": "StatelessActions", "documentation": "

The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action and you can add custom actions.

Network Firewall only forwards a packet for stateful rule inspection if you specify aws:forward_to_sfe for a rule that the packet matches, or if the packet doesn't match any stateless rule and you specify aws:forward_to_sfe for the StatelessDefaultActions setting for the FirewallPolicy.

For every rule, you must specify exactly one of the following standard actions.

Additionally, you can specify a custom action. To do this, you define a custom action by name and type, then provide the name you've assigned to the action in this Actions setting. For information about the options, see CustomAction.

To provide more than one action in this setting, separate the settings with a comma. For example, if you have a custom PublishMetrics action that you've named MyMetricsAction, then you could specify the standard action aws:pass and the custom action with [“aws:pass”, “MyMetricsAction”].

" } }, "documentation": "

The inspection criteria and action for a single stateless rule. Network Firewall inspects each packet for the specified matching criteria. When a packet matches the criteria, Network Firewall performs the rule's actions on the packet.

" }, "RuleGroup": { "type": "structure", "required": [ "RulesSource" ], "members": { "RuleVariables": { "shape": "RuleVariables", "documentation": "

Settings that are available for use in the rules in the rule group. You can only use these for stateful rule groups.

" }, "ReferenceSets": { "shape": "ReferenceSets", "documentation": "

The list of a rule group's reference sets.

" }, "RulesSource": { "shape": "RulesSource", "documentation": "

The stateful rules or stateless rules for the rule group.

" }, "StatefulRuleOptions": { "shape": "StatefulRuleOptions", "documentation": "

Additional options governing how Network Firewall handles stateful rules. The policies where you use your stateful rule group must have stateful rule options settings that are compatible with these settings. Some limitations apply; for more information, see Strict evaluation order in the Network Firewall Developer Guide.

" } }, "documentation": "

The object that defines the rules in a rule group. This, along with RuleGroupResponse, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

Network Firewall uses a rule group to inspect and control network traffic. You define stateless rule groups to inspect individual packets and you define stateful rule groups to inspect packets in the context of their traffic flow.

To use a rule group, you include it by reference in an Network Firewall firewall policy, then you use the policy in a firewall. You can reference a rule group from more than one firewall policy, and you can use a firewall policy in more than one firewall.

" }, "RuleGroupMetadata": { "type": "structure", "members": { "Name": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

" }, "Arn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group.

" } }, "documentation": "

High-level information about a rule group, returned by ListRuleGroups. You can use the information provided in the metadata to retrieve and manage a rule group.

" }, "RuleGroupResponse": { "type": "structure", "required": [ "RuleGroupArn", "RuleGroupName", "RuleGroupId" ], "members": { "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group.

If this response is for a create request that had DryRun set to TRUE, then this ARN is a placeholder that isn't attached to a valid resource.

" }, "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

" }, "RuleGroupId": { "shape": "ResourceId", "documentation": "

The unique identifier for the rule group.

" }, "Description": { "shape": "Description", "documentation": "

A description of the rule group.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

" }, "Capacity": { "shape": "RuleCapacity", "documentation": "

The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.

You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.

" }, "RuleGroupStatus": { "shape": "ResourceStatus", "documentation": "

Detailed information about the current status of a rule group.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "ConsumedCapacity": { "shape": "RuleCapacity", "documentation": "

The number of capacity units currently consumed by the rule group rules.

" }, "NumberOfAssociations": { "shape": "NumberOfAssociations", "documentation": "

The number of firewall policies that use this rule group.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your rule group.

" }, "SourceMetadata": { "shape": "SourceMetadata", "documentation": "

A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to track the version updates made to the originating rule group.

" }, "SnsTopic": { "shape": "ResourceArn", "documentation": "

The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to record changes to the managed rule group. You can subscribe to the SNS topic to receive notifications when the managed rule group is modified, such as for new versions and for version expiration. For more information, see the Amazon Simple Notification Service Developer Guide..

" }, "LastModifiedTime": { "shape": "LastUpdateTime", "documentation": "

The last time that the rule group was changed.

" }, "AnalysisResults": { "shape": "AnalysisResultList", "documentation": "

The list of analysis results for AnalyzeRuleGroup. If you set AnalyzeRuleGroup to TRUE in CreateRuleGroup, UpdateRuleGroup, or DescribeRuleGroup, Network Firewall analyzes the rule group and identifies the rules that might adversely effect your firewall's functionality. For example, if Network Firewall detects a rule that's routing traffic asymmetrically, which impacts the service's ability to properly process traffic, the service includes the rule in the list of analysis results.

" } }, "documentation": "

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" }, "RuleGroupType": { "type": "string", "enum": [ "STATELESS", "STATEFUL" ] }, "RuleGroups": { "type": "list", "member": { "shape": "RuleGroupMetadata" } }, "RuleIdList": { "type": "list", "member": { "shape": "CollectionMember_String" } }, "RuleOption": { "type": "structure", "required": [ "Keyword" ], "members": { "Keyword": { "shape": "Keyword", "documentation": "

The keyword for the Suricata compatible rule option. You must include a sid (signature ID), and can optionally include other keywords. For information about Suricata compatible keywords, see Rule options in the Suricata documentation.

" }, "Settings": { "shape": "Settings", "documentation": "

The settings of the Suricata compatible rule option. Rule options have zero or more setting values, and the number of possible and required settings depends on the Keyword. For more information about the settings for specific options, see Rule options.

" } }, "documentation": "

Additional settings for a stateful rule. This is part of the StatefulRule configuration.

" }, "RuleOptions": { "type": "list", "member": { "shape": "RuleOption" } }, "RuleOrder": { "type": "string", "enum": [ "DEFAULT_ACTION_ORDER", "STRICT_ORDER" ] }, "RuleTargets": { "type": "list", "member": { "shape": "CollectionMember_String" } }, "RuleVariableName": { "type": "string", "max": 32, "min": 1, "pattern": "^[A-Za-z][A-Za-z0-9_]*$" }, "RuleVariables": { "type": "structure", "members": { "IPSets": { "shape": "IPSets", "documentation": "

A list of IP addresses and address ranges, in CIDR notation.

" }, "PortSets": { "shape": "PortSets", "documentation": "

A list of port ranges.

" } }, "documentation": "

Settings that are available for use in the rules in the RuleGroup where this is defined.

" }, "RulesSource": { "type": "structure", "members": { "RulesString": { "shape": "RulesString", "documentation": "

Stateful inspection criteria, provided in Suricata compatible rules. Suricata is an open-source threat detection framework that includes a standard rule-based language for network traffic inspection.

These rules contain the inspection criteria and the action to take for traffic that matches the criteria, so this type of rule group doesn't have a separate action setting.

You can't use the priority keyword if the RuleOrder option in StatefulRuleOptions is set to STRICT_ORDER.

" }, "RulesSourceList": { "shape": "RulesSourceList", "documentation": "

Stateful inspection criteria for a domain list rule group.

" }, "StatefulRules": { "shape": "StatefulRules", "documentation": "

An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata Rules format, see Rules Format.

" }, "StatelessRulesAndCustomActions": { "shape": "StatelessRulesAndCustomActions", "documentation": "

Stateless inspection criteria to be used in a stateless rule group.

" } }, "documentation": "

The stateless or stateful rules definitions for use in a single rule group. Each rule group requires a single RulesSource. You can use an instance of this for either stateless rules or stateful rules.

" }, "RulesSourceList": { "type": "structure", "required": [ "Targets", "TargetTypes", "GeneratedRulesType" ], "members": { "Targets": { "shape": "RuleTargets", "documentation": "

The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

" }, "TargetTypes": { "shape": "TargetTypes", "documentation": "

The protocols you want to inspect. Specify TLS_SNI for HTTPS. Specify HTTP_HOST for HTTP. You can specify either or both.

" }, "GeneratedRulesType": { "shape": "GeneratedRulesType", "documentation": "

Whether you want to allow or deny access to the domains in your target list.

" } }, "documentation": "

Stateful inspection criteria for a domain list rule group.

For HTTPS traffic, domain filtering is SNI-based. It uses the server name indicator extension of the TLS handshake.

By default, Network Firewall domain list inspection only includes traffic coming from the VPC where you deploy the firewall. To inspect traffic from IP addresses outside of the deployment VPC, you set the HOME_NET rule variable to include the CIDR range of the deployment VPC plus the other CIDR ranges. For more information, see RuleVariables in this guide and Stateful domain list rule groups in Network Firewall in the Network Firewall Developer Guide.

" }, "RulesString": { "type": "string", "max": 2000000, "min": 0 }, "ServerCertificate": { "type": "structure", "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that's used for inbound SSL/TLS inspection.

" } }, "documentation": "

Any Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a ServerCertificateConfiguration. Used in a TLSInspectionConfiguration for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in Certificate Manager, see Request a public certificate or Importing certificates in the Certificate Manager User Guide.

" }, "ServerCertificateConfiguration": { "type": "structure", "members": { "ServerCertificates": { "shape": "ServerCertificates", "documentation": "

The list of server certificates to use for inbound SSL/TLS inspection.

" }, "Scopes": { "shape": "ServerCertificateScopes", "documentation": "

A list of scopes.

" }, "CertificateAuthorityArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the imported certificate authority (CA) certificate within Certificate Manager (ACM) to use for outbound SSL/TLS inspection.

The following limitations apply:

For more information about configuring certificates for outbound inspection, see Using SSL/TLS certificates with certificates with TLS inspection configurations in the Network Firewall Developer Guide.

For information about working with certificates in ACM, see Importing certificates in the Certificate Manager User Guide.

" }, "CheckCertificateRevocationStatus": { "shape": "CheckCertificateRevocationStatusActions", "documentation": "

When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a CertificateAuthorityArn in ServerCertificateConfiguration.

" } }, "documentation": "

Configures the Certificate Manager certificates and scope that Network Firewall uses to decrypt and re-encrypt traffic using a TLSInspectionConfiguration. You can configure ServerCertificates for inbound SSL/TLS inspection, a CertificateAuthorityArn for outbound SSL/TLS inspection, or both. For information about working with certificates for TLS inspection, see Using SSL/TLS server certficiates with TLS inspection configurations in the Network Firewall Developer Guide.

If a server certificate that's associated with your TLSInspectionConfiguration is revoked, deleted, or expired it can result in client-side TLS errors.

" }, "ServerCertificateConfigurations": { "type": "list", "member": { "shape": "ServerCertificateConfiguration" } }, "ServerCertificateScope": { "type": "structure", "members": { "Sources": { "shape": "Addresses", "documentation": "

The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.

" }, "Destinations": { "shape": "Addresses", "documentation": "

The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.

" }, "SourcePorts": { "shape": "PortRanges", "documentation": "

The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any source port.

You can specify individual ports, for example 1994, and you can specify port ranges, such as 1990:1994.

" }, "DestinationPorts": { "shape": "PortRanges", "documentation": "

The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any destination port.

You can specify individual ports, for example 1994, and you can specify port ranges, such as 1990:1994.

" }, "Protocols": { "shape": "ProtocolNumbers", "documentation": "

The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.

" } }, "documentation": "

Settings that define the Secure Sockets Layer/Transport Layer Security (SSL/TLS) traffic that Network Firewall should decrypt for inspection by the stateful rule engine.

" }, "ServerCertificateScopes": { "type": "list", "member": { "shape": "ServerCertificateScope" } }, "ServerCertificates": { "type": "list", "member": { "shape": "ServerCertificate" } }, "Setting": { "type": "string", "max": 8192, "min": 1, "pattern": ".*" }, "Settings": { "type": "list", "member": { "shape": "Setting" } }, "Source": { "type": "string", "max": 1024, "min": 1, "pattern": "^.*$" }, "SourceMetadata": { "type": "structure", "members": { "SourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.

" }, "SourceUpdateToken": { "shape": "UpdateToken", "documentation": "

The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.

" } }, "documentation": "

High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" }, "StatefulAction": { "type": "string", "enum": [ "PASS", "DROP", "ALERT", "REJECT" ] }, "StatefulActions": { "type": "list", "member": { "shape": "CollectionMember_String" } }, "StatefulEngineOptions": { "type": "structure", "members": { "RuleOrder": { "shape": "RuleOrder", "documentation": "

Indicates how to manage the order of stateful rule evaluation for the policy. STRICT_ORDER is the default and recommended option. With STRICT_ORDER, provide your rules in the order that you want them to be evaluated. You can then choose one or more default actions for packets that don't match any rules. Choose STRICT_ORDER to have the stateful rules engine determine the evaluation order of your rules. The default action for this rule order is PASS, followed by DROP, REJECT, and ALERT actions. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on your settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.

" }, "StreamExceptionPolicy": { "shape": "StreamExceptionPolicy", "documentation": "

Configures how Network Firewall processes traffic when a network connection breaks midstream. Network connections can break due to disruptions in external networks or within the firewall itself.

" } }, "documentation": "

Configuration settings for the handling of the stateful rule groups in a firewall policy.

" }, "StatefulRule": { "type": "structure", "required": [ "Action", "Header", "RuleOptions" ], "members": { "Action": { "shape": "StatefulAction", "documentation": "

Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria. For all actions, Network Firewall performs the specified action and discontinues stateful inspection of the traffic flow.

The actions for a stateful rule are defined as follows:

" }, "Header": { "shape": "Header", "documentation": "

The stateful inspection criteria for this rule, used to inspect traffic flows.

" }, "RuleOptions": { "shape": "RuleOptions", "documentation": "

Additional options for the rule. These are the Suricata RuleOptions settings.

" } }, "documentation": "

A single Suricata rules specification, for use in a stateful rule group. Use this option to specify a simple Suricata rule with protocol, source and destination, ports, direction, and rule options. For information about the Suricata Rules format, see Rules Format.

" }, "StatefulRuleDirection": { "type": "string", "enum": [ "FORWARD", "ANY" ] }, "StatefulRuleGroupOverride": { "type": "structure", "members": { "Action": { "shape": "OverrideAction", "documentation": "

The action that changes the rule group from DROP to ALERT. This only applies to managed rule groups.

" } }, "documentation": "

The setting that allows the policy owner to change the behavior of the rule group within a policy.

" }, "StatefulRuleGroupReference": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the stateful rule group.

" }, "Priority": { "shape": "Priority", "documentation": "

An integer setting that indicates the order in which to run the stateful rule groups in a single FirewallPolicy. This setting only applies to firewall policies that specify the STRICT_ORDER rule order in the stateful engine options settings.

Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.

", "box": true }, "Override": { "shape": "StatefulRuleGroupOverride", "documentation": "

The action that allows the policy owner to override the behavior of the rule group within a policy.

" } }, "documentation": "

Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.

" }, "StatefulRuleGroupReferences": { "type": "list", "member": { "shape": "StatefulRuleGroupReference" } }, "StatefulRuleOptions": { "type": "structure", "members": { "RuleOrder": { "shape": "RuleOrder", "documentation": "

Indicates how to manage the order of the rule evaluation for the rule group. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the Network Firewall Developer Guide.

" } }, "documentation": "

Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups.

" }, "StatefulRuleProtocol": { "type": "string", "enum": [ "IP", "TCP", "UDP", "ICMP", "HTTP", "FTP", "TLS", "SMB", "DNS", "DCERPC", "SSH", "SMTP", "IMAP", "MSN", "KRB5", "IKEV2", "TFTP", "NTP", "DHCP" ] }, "StatefulRules": { "type": "list", "member": { "shape": "StatefulRule" } }, "StatelessActions": { "type": "list", "member": { "shape": "CollectionMember_String" } }, "StatelessRule": { "type": "structure", "required": [ "RuleDefinition", "Priority" ], "members": { "RuleDefinition": { "shape": "RuleDefinition", "documentation": "

Defines the stateless 5-tuple packet inspection criteria and the action to take on a packet that matches the criteria.

" }, "Priority": { "shape": "Priority", "documentation": "

Indicates the order in which to run this rule relative to all of the rules that are defined for a stateless rule group. Network Firewall evaluates the rules in a rule group starting with the lowest priority setting. You must ensure that the priority settings are unique for the rule group.

Each stateless rule group uses exactly one StatelessRulesAndCustomActions object, and each StatelessRulesAndCustomActions contains exactly one StatelessRules object. To ensure unique priority settings for your rule groups, set unique priorities for the stateless rules that you define inside any single StatelessRules object.

You can change the priority settings of your rules at any time. To make it easier to insert rules later, number them so there's a wide range in between, for example use 100, 200, and so on.

" } }, "documentation": "

A single stateless rule. This is used in StatelessRulesAndCustomActions.

" }, "StatelessRuleGroupReference": { "type": "structure", "required": [ "ResourceArn", "Priority" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the stateless rule group.

" }, "Priority": { "shape": "Priority", "documentation": "

An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

" } }, "documentation": "

Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.

" }, "StatelessRuleGroupReferences": { "type": "list", "member": { "shape": "StatelessRuleGroupReference" } }, "StatelessRules": { "type": "list", "member": { "shape": "StatelessRule" } }, "StatelessRulesAndCustomActions": { "type": "structure", "required": [ "StatelessRules" ], "members": { "StatelessRules": { "shape": "StatelessRules", "documentation": "

Defines the set of stateless rules for use in a stateless rule group.

" }, "CustomActions": { "shape": "CustomActions", "documentation": "

Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions specification. You name each custom action that you define, and then you can use it by name in your StatelessRule RuleDefinition Actions specification.

" } }, "documentation": "

Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules.

" }, "StatusMessage": { "type": "string" }, "StatusReason": { "type": "string", "max": 256, "min": 1, "pattern": "^[a-zA-Z0-9- ]+$" }, "StreamExceptionPolicy": { "type": "string", "enum": [ "DROP", "CONTINUE", "REJECT" ] }, "SubnetMapping": { "type": "structure", "required": [ "SubnetId" ], "members": { "SubnetId": { "shape": "CollectionMember_String", "documentation": "

The unique identifier for the subnet.

" }, "IPAddressType": { "shape": "IPAddressType", "documentation": "

The subnet's IP address type. You can't change the IP address type after you create the subnet.

" } }, "documentation": "

The ID for a subnet that you want to associate with the firewall. This is used with CreateFirewall and AssociateSubnets. Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.

" }, "SubnetMappings": { "type": "list", "member": { "shape": "SubnetMapping" } }, "SyncState": { "type": "structure", "members": { "Attachment": { "shape": "Attachment", "documentation": "

The attachment status of the firewall's association with a single VPC subnet. For each configured subnet, Network Firewall creates the attachment by instantiating the firewall endpoint in the subnet so that it's ready to take traffic. This is part of the FirewallStatus.

" }, "Config": { "shape": "SyncStateConfig", "documentation": "

The configuration status of the firewall endpoint in a single VPC subnet. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of the FirewallStatus.

" } }, "documentation": "

The status of the firewall endpoint and firewall policy configuration for a single VPC subnet.

For each VPC subnet that you associate with a firewall, Network Firewall does the following:

When you update a firewall, for example to add a subnet association or change a rule group in the firewall policy, the affected sync states reflect out-of-sync or not ready status until the changes are complete.

" }, "SyncStateConfig": { "type": "map", "key": { "shape": "ResourceName" }, "value": { "shape": "PerObjectStatus" } }, "SyncStates": { "type": "map", "key": { "shape": "AvailabilityZone" }, "value": { "shape": "SyncState" } }, "TCPFlag": { "type": "string", "enum": [ "FIN", "SYN", "RST", "PSH", "ACK", "URG", "ECE", "CWR" ] }, "TCPFlagField": { "type": "structure", "required": [ "Flags" ], "members": { "Flags": { "shape": "Flags", "documentation": "

Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in the Masks setting.

For the flags that are specified in the masks setting, the following must be true for the packet to match:

" }, "Masks": { "shape": "Flags", "documentation": "

The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.

" } }, "documentation": "

TCP flags and masks to inspect packets for, used in stateless rules MatchAttributes settings.

" }, "TCPFlags": { "type": "list", "member": { "shape": "TCPFlagField" } }, "TLSInspectionConfiguration": { "type": "structure", "members": { "ServerCertificateConfigurations": { "shape": "ServerCertificateConfigurations", "documentation": "

Lists the server certificate configurations that are associated with the TLS configuration.

" } }, "documentation": "

The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.

To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

" }, "TLSInspectionConfigurationMetadata": { "type": "structure", "members": { "Name": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

" }, "Arn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

" } }, "documentation": "

High-level information about a TLS inspection configuration, returned by ListTLSInspectionConfigurations. You can use the information provided in the metadata to retrieve and manage a TLS configuration.

" }, "TLSInspectionConfigurationResponse": { "type": "structure", "required": [ "TLSInspectionConfigurationArn", "TLSInspectionConfigurationName", "TLSInspectionConfigurationId" ], "members": { "TLSInspectionConfigurationArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

" }, "TLSInspectionConfigurationName": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

" }, "TLSInspectionConfigurationId": { "shape": "ResourceId", "documentation": "

A unique identifier for the TLS inspection configuration. This ID is returned in the responses to create and list commands. You provide it to operations such as update and delete.

" }, "TLSInspectionConfigurationStatus": { "shape": "ResourceStatus", "documentation": "

Detailed information about the current status of a TLSInspectionConfiguration. You can retrieve this for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration and providing the TLS inspection configuration name and ARN.

" }, "Description": { "shape": "Description", "documentation": "

A description of the TLS inspection configuration.

" }, "Tags": { "shape": "TagList", "documentation": "

The key:value pairs to associate with the resource.

" }, "LastModifiedTime": { "shape": "LastUpdateTime", "documentation": "

The last time that the TLS inspection configuration was changed.

" }, "NumberOfAssociations": { "shape": "NumberOfAssociations", "documentation": "

The number of firewall policies that use this TLS inspection configuration.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS inspection configuration.

" }, "Certificates": { "shape": "Certificates", "documentation": "

A list of the certificates associated with the TLS inspection configuration.

" }, "CertificateAuthority": { "shape": "TlsCertificateData" } }, "documentation": "

The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

" }, "TLSInspectionConfigurations": { "type": "list", "member": { "shape": "TLSInspectionConfigurationMetadata" } }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "TagKey", "documentation": "

The part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as \"customer.\" Tag keys are case-sensitive.

" }, "Value": { "shape": "TagValue", "documentation": "

The part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as \"companyA\" or \"companyB.\" Tag values are case-sensitive.

" } }, "documentation": "

A key:value pair associated with an Amazon Web Services resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as \"environment\") and the tag value represents a specific value within that category (such as \"test,\" \"development,\" or \"production\"). You can add up to 50 tags to each Amazon Web Services resource.

" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^.*$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 1 }, "TagList": { "type": "list", "member": { "shape": "Tag" }, "max": 200, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

" }, "Tags": { "shape": "TagList", "documentation": "

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0, "pattern": "^.*$" }, "TagsPaginationMaxResults": { "type": "integer", "max": 100, "min": 0 }, "TargetType": { "type": "string", "enum": [ "TLS_SNI", "HTTP_HOST" ] }, "TargetTypes": { "type": "list", "member": { "shape": "TargetType" } }, "TlsCertificateData": { "type": "structure", "members": { "CertificateArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the certificate.

" }, "CertificateSerial": { "shape": "CollectionMember_String", "documentation": "

The serial number of the certificate.

" }, "Status": { "shape": "CollectionMember_String", "documentation": "

The status of the certificate.

" }, "StatusMessage": { "shape": "StatusReason", "documentation": "

Contains details about the certificate status, including information about certificate errors.

" } }, "documentation": "

Contains metadata about an Certificate Manager certificate.

" }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

" }, "TagKeys": { "shape": "TagKeyList", "documentation": "

" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateFirewallDeleteProtectionRequest": { "type": "structure", "required": [ "DeleteProtection" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "DeleteProtection": { "shape": "Boolean", "documentation": "

A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE.

" } } }, "UpdateFirewallDeleteProtectionResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "DeleteProtection": { "shape": "Boolean", "documentation": "

A flag indicating whether it is possible to delete the firewall. A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "UpdateFirewallDescriptionRequest": { "type": "structure", "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "Description": { "shape": "Description", "documentation": "

The new description for the firewall. If you omit this setting, Network Firewall removes the description for the firewall.

" } } }, "UpdateFirewallDescriptionResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "UpdateFirewallEncryptionConfigurationRequest": { "type": "structure", "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration" } } }, "UpdateFirewallEncryptionConfigurationResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration" } } }, "UpdateFirewallPolicyChangeProtectionRequest": { "type": "structure", "required": [ "FirewallPolicyChangeProtection" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicyChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" } } }, "UpdateFirewallPolicyChangeProtectionResponse": { "type": "structure", "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "FirewallPolicyChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" } } }, "UpdateFirewallPolicyRequest": { "type": "structure", "required": [ "UpdateToken", "FirewallPolicy" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request.

To make changes to the policy, you provide the token in your request. Network Firewall uses the token to ensure that the policy hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall policy again to get a current copy of it with current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallPolicyArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall policy.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicyName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallPolicy": { "shape": "FirewallPolicy", "documentation": "

The updated firewall policy to use for the firewall. You can't add or remove a TLSInspectionConfiguration after you create a firewall policy. However, you can replace an existing TLS inspection configuration with another TLSInspectionConfiguration.

" }, "Description": { "shape": "Description", "documentation": "

A description of the firewall policy.

" }, "DryRun": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid.

If set to FALSE, Network Firewall makes the requested changes to your resources.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains settings for encryption of your firewall policy resources.

" } } }, "UpdateFirewallPolicyResponse": { "type": "structure", "required": [ "UpdateToken", "FirewallPolicyResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the firewall policy. The token marks the state of the policy resource at the time of the request.

To make changes to the policy, you provide the token in your request. Network Firewall uses the token to ensure that the policy hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall policy again to get a current copy of it with current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallPolicyResponse": { "shape": "FirewallPolicyResponse", "documentation": "

The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.

" } } }, "UpdateLoggingConfigurationRequest": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "LoggingConfiguration": { "shape": "LoggingConfiguration", "documentation": "

Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.

" } } }, "UpdateLoggingConfigurationResponse": { "type": "structure", "members": { "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "LoggingConfiguration": { "shape": "LoggingConfiguration" } } }, "UpdateRuleGroupRequest": { "type": "structure", "required": [ "UpdateToken" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request.

To make changes to the rule group, you provide the token in your request. Network Firewall uses the token to ensure that the rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "RuleGroupArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the rule group.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroupName": { "shape": "ResourceName", "documentation": "

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "RuleGroup": { "shape": "RuleGroup", "documentation": "

An object that defines the rule group rules.

You must provide either this rule group setting or a Rules setting, but not both.

" }, "Rules": { "shape": "RulesString", "documentation": "

A string containing stateful rule group rules specifications in Suricata flat format, with one rule per line. Use this to import your existing Suricata compatible rule groups.

You must provide either this rules setting or a populated RuleGroup setting, but not both.

You can provide your rule group specification in Suricata flat format through this setting when you create or update your rule group. The call response returns a RuleGroup object that Network Firewall has populated from your string.

" }, "Type": { "shape": "RuleGroupType", "documentation": "

Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

This setting is required for requests that do not include the RuleGroupARN.

" }, "Description": { "shape": "Description", "documentation": "

A description of the rule group.

" }, "DryRun": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to just check the validity of the request, rather than run the request.

If set to TRUE, Network Firewall checks whether the request can run successfully, but doesn't actually make the requested changes. The call returns the value that the request would return if you ran it with dry run set to FALSE, but doesn't make additions or changes to your resources. This option allows you to make sure that you have the required permissions to run the request and that your request parameters are valid.

If set to FALSE, Network Firewall makes the requested changes to your resources.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains settings for encryption of your rule group resources.

" }, "SourceMetadata": { "shape": "SourceMetadata", "documentation": "

A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to keep track of updates made to the originating rule group.

" }, "AnalyzeRuleGroup": { "shape": "Boolean", "documentation": "

Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing. If set to TRUE, Network Firewall runs the analysis and then updates the rule group for you. To run the stateless rule group analyzer without updating the rule group, set DryRun to TRUE.

" } } }, "UpdateRuleGroupResponse": { "type": "structure", "required": [ "UpdateToken", "RuleGroupResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the rule group. The token marks the state of the rule group resource at the time of the request.

To make changes to the rule group, you provide the token in your request. Network Firewall uses the token to ensure that the rule group hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the rule group again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "RuleGroupResponse": { "shape": "RuleGroupResponse", "documentation": "

The high-level properties of a rule group. This, along with the RuleGroup, define the rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

" } } }, "UpdateSubnetChangeProtectionRequest": { "type": "structure", "required": [ "SubnetChangeProtection" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

" }, "SubnetChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" } } }, "UpdateSubnetChangeProtectionResponse": { "type": "structure", "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.

To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.

To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

" }, "FirewallArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the firewall.

" }, "FirewallName": { "shape": "ResourceName", "documentation": "

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

" }, "SubnetChangeProtection": { "shape": "Boolean", "documentation": "

A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE.

" } } }, "UpdateTLSInspectionConfigurationRequest": { "type": "structure", "required": [ "TLSInspectionConfiguration", "UpdateToken" ], "members": { "TLSInspectionConfigurationArn": { "shape": "ResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the TLS inspection configuration.

" }, "TLSInspectionConfigurationName": { "shape": "ResourceName", "documentation": "

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

" }, "TLSInspectionConfiguration": { "shape": "TLSInspectionConfiguration", "documentation": "

The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.

To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

" }, "Description": { "shape": "Description", "documentation": "

A description of the TLS inspection configuration.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS inspection configuration.

" }, "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request.

To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" } } }, "UpdateTLSInspectionConfigurationResponse": { "type": "structure", "required": [ "UpdateToken", "TLSInspectionConfigurationResponse" ], "members": { "UpdateToken": { "shape": "UpdateToken", "documentation": "

A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request.

To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token.

" }, "TLSInspectionConfigurationResponse": { "shape": "TLSInspectionConfigurationResponse", "documentation": "

The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

" } } }, "UpdateToken": { "type": "string", "max": 1024, "min": 1, "pattern": "^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$" }, "VariableDefinition": { "type": "string", "min": 1, "pattern": "^.*$" }, "VariableDefinitionList": { "type": "list", "member": { "shape": "VariableDefinition" } }, "VpcId": { "type": "string", "max": 128, "min": 1, "pattern": "^vpc-[0-9a-f]+$" }, "VpcIds": { "type": "list", "member": { "shape": "VpcId" } } }, "documentation": "

This is the API Reference for Network Firewall. This guide is for developers who need detailed information about the Network Firewall API actions, data types, and errors.

Network Firewall is a stateful, managed, network firewall and intrusion detection and prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the perimeter of your VPC. This includes filtering traffic going to and coming from an internet gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible with Suricata, a free, open source network analysis and threat detection engine. Network Firewall supports Suricata version 6.0.9. For information about Suricata, see the Suricata website.

You can use Network Firewall to monitor and protect your VPC traffic in a number of ways. The following are just a few examples:

To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in Network Firewall. For information about using Amazon VPC, see Amazon VPC User Guide.

To start using Network Firewall, do the following:

  1. (Optional) If you don't already have a VPC that you want to protect, create it in Amazon VPC.

  2. In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a subnet for the sole use of Network Firewall.

  3. In Network Firewall, create stateless and stateful rule groups, to define the components of the network traffic filtering behavior that you want your firewall to have.

  4. In Network Firewall, create a firewall policy that uses your rule groups and specifies additional default traffic filtering behavior.

  5. In Network Firewall, create a firewall and specify your new firewall policy and VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you specify, with the behavior that's defined in the firewall policy.

  6. In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall endpoints.

" }