tls_inspection_configuration
Gets an individual tls_inspection_configuration
resource
Overview
Name | tls_inspection_configuration |
Type | Resource |
Description | tls_inspection_configuration |
Id | awscc.networkfirewall.tls_inspection_configuration |
Fields
Name | Datatype | Description |
---|---|---|
tls_inspection_configuration_name | string | |
tls_inspection_configuration_arn | string | |
tls_inspection_configuration | object | |
tls_inspection_configuration_id | string | |
description | string | |
tags | array | |
region | string | AWS 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