Class: Aws::NetworkFirewall::Types::DescribeTLSInspectionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeTLSInspectionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tls_inspection_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
-
#tls_inspection_configuration_name ⇒ String
The descriptive name of the TLS inspection configuration.
Instance Attribute Details
#tls_inspection_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1537 class DescribeTLSInspectionConfigurationRequest < Struct.new( :tls_inspection_configuration_arn, :tls_inspection_configuration_name) SENSITIVE = [] include Aws::Structure end |
#tls_inspection_configuration_name ⇒ String
The descriptive name of the TLS inspection configuration. You can’t change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1537 class DescribeTLSInspectionConfigurationRequest < Struct.new( :tls_inspection_configuration_arn, :tls_inspection_configuration_name) SENSITIVE = [] include Aws::Structure end |