Class: Aws::MailManager::Types::IngressPointAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressPointAuthConfiguration
- Defined in:
- gems/aws-sdk-mailmanager/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.
1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1749 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.
1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1749 class IngressPointAuthConfiguration < Struct.new( :ingress_point_password_configuration, :secret_arn) SENSITIVE = [] include Aws::Structure end |