AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkFirewall::TLSInspectionConfiguration

NetworkFirewall TLSInspectionConfiguration

Resource type definition for AWS::NetworkFirewall::TLSInspectionConfiguration

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
TLSInspectionConfiguration
TLSInspectionConfiguration
Required
TLSInspectionConfigurationName
string
RequiredCreate-only
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
TLSInspectionConfigurationArnstring-
TLSInspectionConfigurationIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkFirewall::TLSInspectionConfiguration

Resources:
  MyResource:
    Type: AWS::NetworkFirewall::TLSInspectionConfiguration
    Properties:
      TLSInspectionConfigurationName: "my-tlsinspectionconfigurationname"
      TLSInspectionConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:CreateServiceLinkedRolenetwork-firewall:CreateTLSInspectionConfigurationnetwork-firewall:DescribeTLSInspectionConfigurationnetwork-firewall:TagResource

read

network-firewall:DescribeTLSInspectionConfigurationnetwork-firewall:ListTagsForResources

update

network-firewall:UpdateTLSInspectionConfigurationnetwork-firewall:DescribeTLSInspectionConfigurationnetwork-firewall:TagResourcenetwork-firewall:UntagResource

delete

network-firewall:DeleteTLSInspectionConfigurationnetwork-firewall:DescribeTLSInspectionConfigurationnetwork-firewall:UntagResource

list

network-firewall:ListTLSInspectionConfigurations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkFirewall
Properties6
Required2
TaggingSupported
Primary IDTLSInspectionConfigurationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TLSInspectionConfigurationName

External Links