Class: Aws::MailManager::Types::UpdateIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::UpdateIngressPointRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |
#ingress_point_id ⇒ String
The identifier for the ingress endpoint you want to update.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |
#ingress_point_name ⇒ String
A user friendly name for the ingress endpoint resource.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |
#rule_set_id ⇒ String
The identifier of an existing rule set that you attach to an ingress endpoint resource.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |
#status_to_update ⇒ String
The update status of an ingress endpoint.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 3665 class UpdateIngressPointRequest < Struct.new( :ingress_point_configuration, :ingress_point_id, :ingress_point_name, :rule_set_id, :status_to_update, :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |