Class: Aws::MailManager::Types::RelayAction

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

Overview

The action relays the email via SMTP to another specific SMTP server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_failure_policyString

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified relay has been deleted.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2418

class RelayAction < Struct.new(
  :action_failure_policy,
  :mail_from,
  :relay)
  SENSITIVE = []
  include Aws::Structure
end

#mail_fromString

This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2418

class RelayAction < Struct.new(
  :action_failure_policy,
  :mail_from,
  :relay)
  SENSITIVE = []
  include Aws::Structure
end

#relayString

The identifier of the relay resource to be used when relaying an email.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2418

class RelayAction < Struct.new(
  :action_failure_policy,
  :mail_from,
  :relay)
  SENSITIVE = []
  include Aws::Structure
end