Class: Aws::NetworkFirewall::Types::TlsInterceptProperties

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

Overview

TLS decryption on traffic to filter on attributes in the HTTP header.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pca_arnString

Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.

Returns:

  • (String)


7964
7965
7966
7967
7968
7969
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7964

class TlsInterceptProperties < Struct.new(
  :pca_arn,
  :tls_intercept_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tls_intercept_modeString

Specifies whether to enable or disable TLS Intercept Mode.

Returns:

  • (String)


7964
7965
7966
7967
7968
7969
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7964

class TlsInterceptProperties < Struct.new(
  :pca_arn,
  :tls_intercept_mode)
  SENSITIVE = []
  include Aws::Structure
end