Class: Aws::MailManager::Types::CreateIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateIngressPointRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
#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_name ⇒ String
A user friendly name for an ingress endpoint resource.
-
#rule_set_id ⇒ String
The identifier of an existing rule set that you attach to an ingress endpoint resource.
-
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource.
-
#traffic_policy_id ⇒ String
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
-
#type ⇒ String
The type of the ingress endpoint to create.
Instance Attribute Details
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
A suitable default value is auto-generated. You should normally not need to pass this option.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#ingress_point_name ⇒ String
A user friendly name for an ingress endpoint resource.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#rule_set_id ⇒ String
The identifier of an existing rule set that you attach to an ingress endpoint resource.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource. For example, { "tags": "key2":"value2" }.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the ingress endpoint to create.
682 683 684 685 686 687 688 689 690 691 692 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 682 class CreateIngressPointRequest < Struct.new( :client_token, :ingress_point_configuration, :ingress_point_name, :rule_set_id, :tags, :traffic_policy_id, :type) SENSITIVE = [] include Aws::Structure end |