Class: Aws::MailManager::Types::UpdateTrafficPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_actionString

Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3612

class UpdateTrafficPolicyRequest < Struct.new(
  :default_action,
  :max_message_size_bytes,
  :policy_statements,
  :traffic_policy_id,
  :traffic_policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_message_size_bytesInteger

The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.

Returns:

  • (Integer)


3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3612

class UpdateTrafficPolicyRequest < Struct.new(
  :default_action,
  :max_message_size_bytes,
  :policy_statements,
  :traffic_policy_id,
  :traffic_policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#policy_statementsArray<Types::PolicyStatement>

The list of conditions to be updated for filtering email traffic.

Returns:



3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3612

class UpdateTrafficPolicyRequest < Struct.new(
  :default_action,
  :max_message_size_bytes,
  :policy_statements,
  :traffic_policy_id,
  :traffic_policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_idString

The identifier of the traffic policy that you want to update.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3612

class UpdateTrafficPolicyRequest < Struct.new(
  :default_action,
  :max_message_size_bytes,
  :policy_statements,
  :traffic_policy_id,
  :traffic_policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_nameString

A user-friendly name for the traffic policy resource.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3612

class UpdateTrafficPolicyRequest < Struct.new(
  :default_action,
  :max_message_size_bytes,
  :policy_statements,
  :traffic_policy_id,
  :traffic_policy_name)
  SENSITIVE = []
  include Aws::Structure
end