tls_inspection_configurations
Retrieves a list of tls_inspection_configurations
in a region
Overview
Name | tls_inspection_configurations |
Type | Resource |
Description | tls_inspection_configurations |
Id | awscc.networkfirewall.tls_inspection_configurations |
Fields
Name | Datatype | Description |
---|---|---|
tls_inspection_configuration_arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
tls_inspection_configuration_arn
FROM awscc.networkfirewall.tls_inspection_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the tls_inspection_configurations
resource, the following permissions are required:
Create
network-firewall:CreateTLSInspectionConfiguration,
network-firewall:DescribeTLSInspectionConfiguration,
network-firewall:TagResource
List
network-firewall:ListTLSInspectionConfigurations