Class: Aws::NetworkFirewall::Types::TlsInterceptPropertiesRequest

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

Overview

This data type is used specifically for the CreateProxy and UpdateProxy APIs.

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)


7989
7990
7991
7992
7993
7994
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7989

class TlsInterceptPropertiesRequest < 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)


7989
7990
7991
7992
7993
7994
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7989

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