Skip to main content

tls_inspection_configuration

Gets an individual tls_inspection_configuration resource

Overview

Nametls_inspection_configuration
TypeResource
Descriptiontls_inspection_configuration
Idawscc.networkfirewall.tls_inspection_configuration

Fields

NameDatatypeDescription
tls_inspection_configuration_namestring
tls_inspection_configuration_arnstring
tls_inspection_configurationobject
tls_inspection_configuration_idstring
descriptionstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
tls_inspection_configuration_name,
tls_inspection_configuration_arn,
tls_inspection_configuration,
tls_inspection_configuration_id,
description,
tags
FROM awscc.networkfirewall.tls_inspection_configuration
WHERE data__Identifier = '<TLSInspectionConfigurationArn>';

Permissions

To operate on the tls_inspection_configuration resource, the following permissions are required:

Read

network-firewall:DescribeTLSInspectionConfiguration,
network-firewall:ListTagsForResources

Update

network-firewall:UpdateTLSInspectionConfiguration,
network-firewall:DescribeTLSInspectionConfiguration,
network-firewall:TagResource,
network-firewall:UntagResource

Delete

network-firewall:DeleteTLSInspectionConfiguration,
network-firewall:DescribeTLSInspectionConfiguration,
network-firewall:UntagResource