GetTlsInspectionConfigurationResult

data class GetTlsInspectionConfigurationResult(val description: String? = null, val tags: List<Tag>? = null, val tlsInspectionConfiguration: TlsInspectionConfigurationTlsInspectionConfiguration? = null, val tlsInspectionConfigurationArn: String? = null, val tlsInspectionConfigurationId: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, tags: List<Tag>? = null, tlsInspectionConfiguration: TlsInspectionConfigurationTlsInspectionConfiguration? = null, tlsInspectionConfigurationArn: String? = null, tlsInspectionConfigurationId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the TLS inspection configuration.

Link copied to clipboard
val tags: List<Tag>? = 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 Amazon Resource Name (ARN) of the TLS inspection configuration.

Link copied to clipboard

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.