Returns the data objects for the specified TLS inspection configuration
Source:R/networkfirewall_operations.R
networkfirewall_describe_tls_inspection_configuration.RdReturns 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.