aws.network_firewall.list_tls_inspection_configurations
Example SQL Queries
SELECT * FROMaws.network_firewall.list_tls_inspection_configurations;Description
Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the TLS inspection configuration. | VARCHAR |
| name The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it. | VARCHAR |