networkfirewall_delete_tls_inspection_configuration: Deletes the specified TLSInspectionConfiguration

View source: R/networkfirewall_operations.R

networkfirewall_delete_tls_inspection_configurationR Documentation

Deletes the specified TLSInspectionConfiguration

Description

Deletes the specified TLSInspectionConfiguration.

See https://www.paws-r-sdk.com/docs/networkfirewall_delete_tls_inspection_configuration/ for full documentation.

Usage

networkfirewall_delete_tls_inspection_configuration(
  TLSInspectionConfigurationArn = NULL,
  TLSInspectionConfigurationName = NULL
)

Arguments

TLSInspectionConfigurationArn

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

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

TLSInspectionConfigurationName

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.