networkfirewall_describe_tls_inspection_configuration: Returns the data objects for the specified TLS inspection...

View source: R/networkfirewall_operations.R

networkfirewall_describe_tls_inspection_configurationR Documentation

Returns the data objects for the specified TLS inspection configuration

Description

Returns the data objects for the specified TLS inspection configuration.

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

Usage

networkfirewall_describe_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.