TlsInspectionConfiguration

class TlsInspectionConfiguration : KotlinCustomResource

Resource type definition for AWS::NetworkFirewall::TLSInspectionConfiguration

Properties

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

A description of the TLS inspection configuration.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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.

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.

Link copied to clipboard
val urn: Output<String>