Class: Aws::MailManager::Types::UpdateIngressPointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_point_configurationTypes::IngressPointConfiguration

If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.



4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_idString

The identifier for the ingress endpoint you want to update.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_nameString

A user friendly name for the ingress endpoint resource.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_idString

The identifier of an existing rule set that you attach to an ingress endpoint resource.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#status_to_updateString

The update status of an ingress endpoint.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#tls_policyString

The Transport Layer Security (TLS) policy for the ingress point. Valid values are REQUIRED, OPTIONAL. Only ingress endpoints using REQUIRED or OPTIONAL as TlsPolicy can be updated.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_idString

The identifier of an existing traffic policy that you attach to an ingress endpoint resource.

Returns:

  • (String)


4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4799

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_id,
  :ingress_point_name,
  :status_to_update,
  :rule_set_id,
  :traffic_policy_id,
  :ingress_point_configuration,
  :tls_policy)
  SENSITIVE = []
  include Aws::Structure
end