Class: Aws::MailManager::Types::UpdateIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::UpdateIngressPointRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
-
#ingress_point_id ⇒ String
The identifier for the ingress endpoint you want to update.
-
#ingress_point_name ⇒ String
A user friendly name for the ingress endpoint resource.
-
#rule_set_id ⇒ String
The identifier of an existing rule set that you attach to an ingress endpoint resource.
-
#status_to_update ⇒ String
The update status of an ingress endpoint.
-
#tls_policy ⇒ String
The Transport Layer Security (TLS) policy for the ingress point.
-
#traffic_policy_id ⇒ String
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
Instance Attribute Details
#ingress_point_configuration ⇒ Types::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_id ⇒ String
The identifier for the ingress endpoint you want to update.
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_name ⇒ String
A user friendly name for the ingress endpoint resource.
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_id ⇒ String
The identifier of an existing rule set that you attach to an ingress endpoint resource.
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_update ⇒ String
The update status of an ingress endpoint.
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_policy ⇒ String
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.
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_id ⇒ String
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
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 |