View source: R/networkfirewall_operations.R
networkfirewall_delete_tls_inspection_configuration | R Documentation |
Deletes the specified TLSInspectionConfiguration.
See https://www.paws-r-sdk.com/docs/networkfirewall_delete_tls_inspection_configuration/ for full documentation.
networkfirewall_delete_tls_inspection_configuration(
TLSInspectionConfigurationArn = NULL,
TLSInspectionConfigurationName = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.