Class: Aws::MailManager::Types::IngressPointAuthConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ingress_point_password_configurationTypes::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_arnString

The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.

Returns:

  • (String)


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