Class: Aws::MailManager::Types::TlsAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::TlsAuthConfiguration
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The mutual TLS authentication configuration for an ingress endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_store ⇒ Types::TrustStore
The trust store configuration for mutual TLS authentication.
Instance Attribute Details
#trust_store ⇒ Types::TrustStore
The trust store configuration for mutual TLS authentication.
4645 4646 4647 4648 4649 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4645 class TlsAuthConfiguration < Struct.new( :trust_store) SENSITIVE = [] include Aws::Structure end |