Class: Aws::NetworkFirewall::Types::TlsInterceptPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::TlsInterceptPropertiesRequest
- 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
-
#pca_arn ⇒ String
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.
-
#tls_intercept_mode ⇒ String
Specifies whether to enable or disable TLS Intercept Mode.
Instance Attribute Details
#pca_arn ⇒ String
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.
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_mode ⇒ String
Specifies whether to enable or disable TLS Intercept Mode.
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 |