Class: Aws::MailManager::Types::IngressPointAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressPointAuthConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The authentication configuration for the ingress endpoint resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingress_point_password_configuration ⇒ Types::IngressPointPasswordConfiguration
The ingress endpoint password configuration for the ingress endpoint resource.
-
#secret_arn ⇒ String
The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
Instance Attribute Details
#ingress_point_password_configuration ⇒ Types::IngressPointPasswordConfiguration
The ingress endpoint password configuration for the ingress endpoint resource.
1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1787 class IngressPointAuthConfiguration < Struct.new( :ingress_point_password_configuration, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1787 class IngressPointAuthConfiguration < Struct.new( :ingress_point_password_configuration, :secret_arn) SENSITIVE = [] include Aws::Structure end |