Class: Aws::NetworkFirewall::Types::CreateTLSInspectionConfigurationRequest

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

#descriptionString

A description of the TLS inspection configuration.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 883

class CreateTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_name,
  :tls_inspection_configuration,
  :description,
  :tags,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

A complex type that contains optional Amazon Web Services Key Management Service (KMS) encryption settings for your Network Firewall resources. Your data is encrypted by default with an Amazon Web Services owned key that Amazon Web Services owns and manages for you. You can use either the Amazon Web Services owned key, or provide your own customer managed key. To learn more about KMS encryption of your Network Firewall resources, see Encryption at rest with Amazon Web Services Key Managment Service in the Network Firewall Developer Guide.



883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 883

class CreateTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_name,
  :tls_inspection_configuration,
  :description,
  :tags,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key:value pairs to associate with the resource.

Returns:



883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 883

class CreateTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_name,
  :tls_inspection_configuration,
  :description,
  :tags,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tls_inspection_configurationTypes::TLSInspectionConfiguration

The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.

Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.

To use a TLS inspection configuration, you add it to a new Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect the traffic traveling through your firewalls. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Inspecting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.



883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 883

class CreateTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_name,
  :tls_inspection_configuration,
  :description,
  :tags,
  :encryption_configuration)
  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.

Returns:

  • (String)


883
884
885
886
887
888
889
890
891
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 883

class CreateTLSInspectionConfigurationRequest < Struct.new(
  :tls_inspection_configuration_name,
  :tls_inspection_configuration,
  :description,
  :tags,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end