tls_inspection_configurations_list_only
Lists tls_inspection_configurations in a region or regions, for all properties use tls_inspection_configurations
Overview
| Name | tls_inspection_configurations_list_only |
| Type | Resource |
| Description | Resource type definition for AWS::NetworkFirewall::TLSInspectionConfiguration |
| Id | aws.networkfirewall.tls_inspection_configurations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
tls_inspection_configuration_arn | string | A resource ARN. |
tls_inspection_configuration | object | Resource type definition for AWS::NetworkFirewall::TLSInspectionConfiguration |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all tls_inspection_configurations in a region.
SELECT
region,
tls_inspection_configuration_arn
FROM aws.networkfirewall.tls_inspection_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the tls_inspection_configurations_list_only resource, see tls_inspection_configurations