Class: Aws::NetworkFirewall::Types::DeleteTLSInspectionConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tls_inspection_configuration_arnString

The Amazon Resource Name (ARN) of the TLS inspection configuration.

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1129

class DeleteTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_arn,
  :tls_inspection_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end

#tls_inspection_configuration_nameString

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.

Returns:

  • (String)


1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1129

class DeleteTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_arn,
  :tls_inspection_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end