networkfirewall_describe_tls_inspection_configuration {paws.networking} | R 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. |
[Package paws.networking version 0.7.0 Index]