openapi: 3.0.0 info: version: 2020-11-12 x-release: v4 title: 'AWS Network Firewall #X Amz Target=NetworkFirewall 20201112.AssociateFirewallPolicy #X Amz Target=NetworkFirewall 20201112.AssociateFirewallPolicy #X Amz Target=NetworkFirewall 20201112.DescribeTLSInspectionConfiguration API' description: '

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.

' x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: network-firewall x-aws-signingName: network-firewall x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/network-firewall-2020-11-12.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://network-firewall.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Network Firewall multi-region endpoint - url: https://network-firewall.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Network Firewall multi-region endpoint - url: http://network-firewall.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Network Firewall endpoint for China (Beijing) and China (Ningxia) - url: https://network-firewall.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Network Firewall endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#X Amz Target=NetworkFirewall 20201112.DescribeTLSInspectionConfiguration' paths: /#X-Amz-Target=NetworkFirewall_20201112.DescribeTLSInspectionConfiguration: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: DescribeTLSInspectionConfiguration description: Returns the data objects for the specified TLS inspection configuration. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeTLSInspectionConfigurationResponse' examples: DescribeTLSInspectionConfiguration200Example: summary: Default DescribeTLSInspectionConfiguration 200 response x-microcks-default: true value: UpdateToken: example-string TLSInspectionConfiguration: example-string TLSInspectionConfigurationResponse: example-string '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalServerError content: application/json: schema: $ref: '#/components/schemas/InternalServerError' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DescribeTLSInspectionConfigurationRequest' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - NetworkFirewall_20201112.DescribeTLSInspectionConfiguration x-microcks-operation: delay: 0 dispatcher: FALLBACK summary: Amazon Network Firewall Describe T L S Inspection Configuration tags: - '#X Amz Target=NetworkFirewall 20201112.DescribeTLSInspectionConfiguration' components: schemas: ResourceNotFoundException: {} ServerCertificateConfigurations: type: array items: $ref: '#/components/schemas/ServerCertificateConfiguration' ServerCertificateScopes: type: array items: $ref: '#/components/schemas/ServerCertificateScope' TLSInspectionConfigurationResponse: type: object required: - TLSInspectionConfigurationArn - TLSInspectionConfigurationName - TLSInspectionConfigurationId properties: TLSInspectionConfigurationArn: allOf: - $ref: '#/components/schemas/ResourceArn' - description: The Amazon Resource Name (ARN) of the TLS inspection configuration. TLSInspectionConfigurationName: allOf: - $ref: '#/components/schemas/ResourceName' - description: The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it. TLSInspectionConfigurationId: allOf: - $ref: '#/components/schemas/ResourceId' - description: 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: allOf: - $ref: '#/components/schemas/ResourceStatus' - description: 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: allOf: - $ref: '#/components/schemas/Description' - description: 'A description of the TLS inspection configuration. ' Tags: allOf: - $ref: '#/components/schemas/TagList' - description: The key:value pairs to associate with the resource. LastModifiedTime: allOf: - $ref: '#/components/schemas/LastUpdateTime' - description: The last time that the TLS inspection configuration was changed. NumberOfAssociations: allOf: - $ref: '#/components/schemas/NumberOfAssociations' - description: The number of firewall policies that use this TLS inspection configuration. EncryptionConfiguration: allOf: - $ref: '#/components/schemas/EncryptionConfiguration' - description: A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS inspection configuration. Certificates: allOf: - $ref: '#/components/schemas/Certificates' - description: A list of the certificates associated with the TLS inspection configuration. description: 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. TagKey: type: string pattern: ^.*$ minLength: 1 maxLength: 128 ThrottlingException: {} ProtocolNumbers: type: array items: $ref: '#/components/schemas/ProtocolNumber' ProtocolNumber: type: integer minimum: 0 maximum: 255 ResourceStatus: type: string enum: - ACTIVE - DELETING PortRanges: type: array items: $ref: '#/components/schemas/PortRange' Certificates: type: array items: $ref: '#/components/schemas/TlsCertificateData' PortRange: type: object required: - FromPort - ToPort properties: FromPort: allOf: - $ref: '#/components/schemas/PortRangeBound' - description: 'The lower limit of the port range. This must be less than or equal to the ToPort specification. ' ToPort: allOf: - $ref: '#/components/schemas/PortRangeBound' - description: 'The upper limit of the port range. This must be greater than or equal to the FromPort specification. ' description: 'A single port range specification. This is used for source and destination port ranges in the stateless rule MatchAttributes, SourcePorts, and DestinationPorts settings. ' Description: type: string pattern: ^.*$ maxLength: 512 StatusReason: type: string pattern: ^[a-zA-Z0-9- ]+$ minLength: 1 maxLength: 256 InvalidRequestException: {} ResourceId: type: string pattern: ^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$ minLength: 36 maxLength: 36 CollectionMember_String: type: string LastUpdateTime: type: string format: date-time InternalServerError: {} EncryptionConfiguration: type: object required: - Type properties: KeyId: allOf: - $ref: '#/components/schemas/KeyId' - description: 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: allOf: - $ref: '#/components/schemas/EncryptionType' - description: The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources. description: 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. PortRangeBound: type: integer minimum: 0 maximum: 65535 DescribeTLSInspectionConfigurationResponse: type: object required: - UpdateToken - TLSInspectionConfigurationResponse properties: UpdateToken: allOf: - $ref: '#/components/schemas/UpdateToken' - description:

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: allOf: - $ref: '#/components/schemas/TLSInspectionConfiguration' - description:

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 Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. 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 Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

TLSInspectionConfigurationResponse: allOf: - $ref: '#/components/schemas/TLSInspectionConfigurationResponse' - description: '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. ' Addresses: type: array items: $ref: '#/components/schemas/Address' KeyId: type: string pattern: .*\S.* minLength: 1 maxLength: 2048 EncryptionType: type: string enum: - CUSTOMER_KMS - AWS_OWNED_KMS_KEY ServerCertificateScope: type: object properties: Sources: allOf: - $ref: '#/components/schemas/Addresses' - description: The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address. Destinations: allOf: - $ref: '#/components/schemas/Addresses' - description: The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address. SourcePorts: allOf: - $ref: '#/components/schemas/PortRanges' - description:

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: allOf: - $ref: '#/components/schemas/PortRanges' - description:

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: allOf: - $ref: '#/components/schemas/ProtocolNumbers' - description: The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP. description: 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. UpdateToken: type: string pattern: ^([0-9a-f]{8})-([0-9a-f]{4}-){3}([0-9a-f]{12})$ minLength: 1 maxLength: 1024 ResourceName: type: string pattern: ^[a-zA-Z0-9-]+$ minLength: 1 maxLength: 128 ResourceArn: type: string pattern: ^arn:aws.* minLength: 1 maxLength: 256 Tag: type: object required: - Key - Value properties: Key: allOf: - $ref: '#/components/schemas/TagKey' - description: 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: allOf: - $ref: '#/components/schemas/TagValue' - description: 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. description: '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. ' NumberOfAssociations: type: integer ServerCertificateConfiguration: type: object properties: ServerCertificates: allOf: - $ref: '#/components/schemas/ServerCertificates' - description: The list of a server certificate configuration's Certificate Manager SSL/TLS certificates. Scopes: allOf: - $ref: '#/components/schemas/ServerCertificateScopes' - description: A list of a server certificate configuration's scopes. description:

Configures the associated Certificate Manager Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificates and scope settings Network Firewall uses to decrypt traffic in a TLSInspectionConfiguration. For information about working with SSL/TLS certificates for TLS inspection, see Requirements for 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.

TLSInspectionConfiguration: type: object properties: ServerCertificateConfigurations: allOf: - $ref: '#/components/schemas/ServerCertificateConfigurations' - description: Lists the server certificate configurations that are associated with the TLS configuration. description:

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 Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. 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 Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.

TagValue: type: string pattern: ^.*$ minLength: 0 maxLength: 256 AddressDefinition: type: string pattern: ^([a-fA-F\d:\.]+($|/\d{1,3}))$ minLength: 1 maxLength: 255 ServerCertificates: type: array items: $ref: '#/components/schemas/ServerCertificate' ServerCertificate: type: object properties: ResourceArn: allOf: - $ref: '#/components/schemas/ResourceArn' - description: The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate. description: Any Certificate Manager Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that's associated with a ServerCertificateConfiguration used in a TLSInspectionConfiguration. 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. TagList: type: array items: $ref: '#/components/schemas/Tag' minItems: 1 maxItems: 200 Address: type: object required: - AddressDefinition properties: AddressDefinition: allOf: - $ref: '#/components/schemas/AddressDefinition' - description: '

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.

' description: A single IP address specification. This is used in the MatchAttributes source and destination specifications. DescribeTLSInspectionConfigurationRequest: type: object title: DescribeTLSInspectionConfigurationRequest properties: TLSInspectionConfigurationArn: allOf: - $ref: '#/components/schemas/ResourceArn' - description:

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

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

TLSInspectionConfigurationName: allOf: - $ref: '#/components/schemas/ResourceName' - description:

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.

TlsCertificateData: type: object properties: CertificateArn: allOf: - $ref: '#/components/schemas/ResourceArn' - description: The Amazon Resource Name (ARN) of the certificate. CertificateSerial: allOf: - $ref: '#/components/schemas/CollectionMember_String' - description: The serial number of the certificate. Status: allOf: - $ref: '#/components/schemas/CollectionMember_String' - description: The status of the certificate. StatusMessage: allOf: - $ref: '#/components/schemas/StatusReason' - description: Contains details about the certificate status, including information about certificate errors. description: Contains metadata about an Certificate Manager certificate. parameters: X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/network-firewall/ x-hasEquivalentPaths: true