Class: Aws::MailManager::Types::UpdateTrafficPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::UpdateTrafficPolicyRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_action ⇒ String
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.
-
#max_message_size_bytes ⇒ Integer
The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
-
#policy_statements ⇒ Array<Types::PolicyStatement>
The list of conditions to be updated for filtering email traffic.
-
#traffic_policy_id ⇒ String
The identifier of the traffic policy that you want to update.
-
#traffic_policy_name ⇒ String
A user-friendly name for the traffic policy resource.
Instance Attribute Details
#default_action ⇒ String
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
4501 4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4501 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_bytes ⇒ Integer
The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
4501 4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4501 class UpdateTrafficPolicyRequest < Struct.new( :default_action, :max_message_size_bytes, :policy_statements, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_statements ⇒ Array<Types::PolicyStatement>
The list of conditions to be updated for filtering email traffic.
4501 4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4501 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_id ⇒ String
The identifier of the traffic policy that you want to update.
4501 4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4501 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_name ⇒ String
A user-friendly name for the traffic policy resource.
4501 4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4501 class UpdateTrafficPolicyRequest < Struct.new( :default_action, :max_message_size_bytes, :policy_statements, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |