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

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

Instance Attribute Details

#ingress_point_password_configurationTypes::IngressPointPasswordConfiguration

The ingress endpoint password configuration for the ingress endpoint resource.



1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1714

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)


1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1714

class IngressPointAuthConfiguration < Struct.new(
  :ingress_point_password_configuration,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end