Class: Aws::MailManager::Types::CreateRelayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateRelayRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ Types::RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
-
#client_token ⇒ String
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
-
#relay_name ⇒ String
The unique name of the relay resource.
-
#server_name ⇒ String
The destination relay server address.
-
#server_port ⇒ Integer
The destination relay server port.
-
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource.
Instance Attribute Details
#authentication ⇒ Types::RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) SENSITIVE = [] include Aws::Structure end |
#relay_name ⇒ String
The unique name of the relay resource.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The destination relay server address.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) SENSITIVE = [] include Aws::Structure end |
#server_port ⇒ Integer
The destination relay server port.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) 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" }.
601 602 603 604 605 606 607 608 609 610 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 601 class CreateRelayRequest < Struct.new( :authentication, :client_token, :relay_name, :server_name, :server_port, :tags) SENSITIVE = [] include Aws::Structure end |