TlsInspectionConfigurationArgs

data class TlsInspectionConfigurationArgs(val description: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val tlsInspectionConfiguration: Output<TlsInspectionConfigurationTlsInspectionConfigurationArgs>? = null, val tlsInspectionConfigurationName: Output<String>? = null) : ConvertibleToJava<TlsInspectionConfigurationArgs>

Resource type definition for AWS::NetworkFirewall::TLSInspectionConfiguration

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, tags: Output<List<TagArgs>>? = null, tlsInspectionConfiguration: Output<TlsInspectionConfigurationTlsInspectionConfigurationArgs>? = null, tlsInspectionConfigurationName: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the TLS inspection configuration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The key:value pairs to associate with the resource.

Link copied to clipboard

The object that defines a TLS inspection configuration. AWS Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, AWS 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 AWS Certificate Manager , create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the AWS Network Firewall Developer Guide .

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): TlsInspectionConfigurationArgs