We recommend new projects start with resources from the AWS provider.
aws-native.ses.MailManagerRuleSet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::SES::MailManagerRuleSet Resource Type
Create MailManagerRuleSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MailManagerRuleSet(name: string, args: MailManagerRuleSetArgs, opts?: CustomResourceOptions);
@overload
def MailManagerRuleSet(resource_name: str,
args: MailManagerRuleSetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MailManagerRuleSet(resource_name: str,
opts: Optional[ResourceOptions] = None,
rules: Optional[Sequence[MailManagerRuleSetRuleArgs]] = None,
rule_set_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewMailManagerRuleSet(ctx *Context, name string, args MailManagerRuleSetArgs, opts ...ResourceOption) (*MailManagerRuleSet, error)
public MailManagerRuleSet(string name, MailManagerRuleSetArgs args, CustomResourceOptions? opts = null)
public MailManagerRuleSet(String name, MailManagerRuleSetArgs args)
public MailManagerRuleSet(String name, MailManagerRuleSetArgs args, CustomResourceOptions options)
type: aws-native:ses:MailManagerRuleSet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MailManagerRuleSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MailManagerRuleSetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MailManagerRuleSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MailManagerRuleSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MailManagerRuleSetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
MailManagerRuleSet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The MailManagerRuleSet resource accepts the following input properties:
- Rules
List<Pulumi.
Aws Native. Ses. Inputs. Mail Manager Rule Set Rule> - Conditional rules that are evaluated for determining actions on email.
- Rule
Set stringName - A user-friendly name for the rule set.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Rules
[]Mail
Manager Rule Set Rule Args - Conditional rules that are evaluated for determining actions on email.
- Rule
Set stringName - A user-friendly name for the rule set.
- Tag
Args - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- rules
List<Mail
Manager Rule Set Rule> - Conditional rules that are evaluated for determining actions on email.
- rule
Set StringName - A user-friendly name for the rule set.
- List<Tag>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- rules
Mail
Manager Rule Set Rule[] - Conditional rules that are evaluated for determining actions on email.
- rule
Set stringName - A user-friendly name for the rule set.
- Tag[]
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- rules
Sequence[Mail
Manager Rule Set Rule Args] - Conditional rules that are evaluated for determining actions on email.
- rule_
set_ strname - A user-friendly name for the rule set.
- Sequence[Tag
Args] - The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- rules List<Property Map>
- Conditional rules that are evaluated for determining actions on email.
- rule
Set StringName - A user-friendly name for the rule set.
- List<Property Map>
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Outputs
All input properties are implicitly available as output properties. Additionally, the MailManagerRuleSet resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rule
Set stringArn - The Amazon Resource Name (ARN) of the rule set resource.
- Rule
Set stringId - The identifier of the rule set.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rule
Set stringArn - The Amazon Resource Name (ARN) of the rule set resource.
- Rule
Set stringId - The identifier of the rule set.
- id String
- The provider-assigned unique ID for this managed resource.
- rule
Set StringArn - The Amazon Resource Name (ARN) of the rule set resource.
- rule
Set StringId - The identifier of the rule set.
- id string
- The provider-assigned unique ID for this managed resource.
- rule
Set stringArn - The Amazon Resource Name (ARN) of the rule set resource.
- rule
Set stringId - The identifier of the rule set.
- id str
- The provider-assigned unique ID for this managed resource.
- rule_
set_ strarn - The Amazon Resource Name (ARN) of the rule set resource.
- rule_
set_ strid - The identifier of the rule set.
- id String
- The provider-assigned unique ID for this managed resource.
- rule
Set StringArn - The Amazon Resource Name (ARN) of the rule set resource.
- rule
Set StringId - The identifier of the rule set.
Supporting Types
MailManagerRuleSetActionFailurePolicy, MailManagerRuleSetActionFailurePolicyArgs
- Continue
- CONTINUE
- Drop
- DROP
- Mail
Manager Rule Set Action Failure Policy Continue - CONTINUE
- Mail
Manager Rule Set Action Failure Policy Drop - DROP
- Continue
- CONTINUE
- Drop
- DROP
- Continue
- CONTINUE
- Drop
- DROP
- CONTINUE_
- CONTINUE
- DROP
- DROP
- "CONTINUE"
- CONTINUE
- "DROP"
- DROP
MailManagerRuleSetAddHeaderAction, MailManagerRuleSetAddHeaderActionArgs
- Header
Name string - Header
Value string
- Header
Name string - Header
Value string
- header
Name String - header
Value String
- header
Name string - header
Value string
- header_
name str - header_
value str
- header
Name String - header
Value String
MailManagerRuleSetAnalysis, MailManagerRuleSetAnalysisArgs
- Analyzer string
- Result
Field string
- Analyzer string
- Result
Field string
- analyzer String
- result
Field String
- analyzer string
- result
Field string
- analyzer str
- result_
field str
- analyzer String
- result
Field String
MailManagerRuleSetArchiveAction, MailManagerRuleSetArchiveActionArgs
MailManagerRuleSetDeliverToMailboxAction, MailManagerRuleSetDeliverToMailboxActionArgs
- mailbox
Arn String - role
Arn String - action
Failure "CONTINUE" | "DROP"Policy
MailManagerRuleSetMailFrom, MailManagerRuleSetMailFromArgs
- Replace
- REPLACE
- Preserve
- PRESERVE
- Mail
Manager Rule Set Mail From Replace - REPLACE
- Mail
Manager Rule Set Mail From Preserve - PRESERVE
- Replace
- REPLACE
- Preserve
- PRESERVE
- Replace
- REPLACE
- Preserve
- PRESERVE
- REPLACE
- REPLACE
- PRESERVE
- PRESERVE
- "REPLACE"
- REPLACE
- "PRESERVE"
- PRESERVE
MailManagerRuleSetRelayAction, MailManagerRuleSetRelayActionArgs
MailManagerRuleSetReplaceRecipientAction, MailManagerRuleSetReplaceRecipientActionArgs
- Replace
With List<string>
- Replace
With []string
- replace
With List<String>
- replace
With string[]
- replace_
with Sequence[str]
- replace
With List<String>
MailManagerRuleSetRule, MailManagerRuleSetRuleArgs
- Actions List<object>
- The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- Conditions List<object>
- The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- Name string
- The user-friendly name of the rule.
- Unless List<object>
- The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
- Actions []interface{}
- The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- Conditions []interface{}
- The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- Name string
- The user-friendly name of the rule.
- Unless []interface{}
- The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
- actions List<Object>
- The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- conditions List<Object>
- The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- name String
- The user-friendly name of the rule.
- unless List<Object>
- The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
- actions
(Mail
Manager Rule Set Rule Action0Properties | Mail Manager Rule Set Rule Action1Properties | Mail Manager Rule Set Rule Action2Properties | Mail Manager Rule Set Rule Action3Properties | Mail Manager Rule Set Rule Action4Properties | Mail Manager Rule Set Rule Action5Properties | Mail Manager Rule Set Rule Action6Properties | Mail Manager Rule Set Rule Action7Properties)[] - The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- conditions
(Mail
Manager Rule Set Rule Condition0Properties | Mail Manager Rule Set Rule Condition1Properties | Mail Manager Rule Set Rule Condition2Properties | Mail Manager Rule Set Rule Condition3Properties | Mail Manager Rule Set Rule Condition4Properties | Mail Manager Rule Set Rule Condition5Properties)[] - The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- name string
- The user-friendly name of the rule.
- unless
(Mail
Manager Rule Set Rule Condition0Properties | Mail Manager Rule Set Rule Condition1Properties | Mail Manager Rule Set Rule Condition2Properties | Mail Manager Rule Set Rule Condition3Properties | Mail Manager Rule Set Rule Condition4Properties | Mail Manager Rule Set Rule Condition5Properties)[] - The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
- actions
Sequence[Union[Mail
Manager Rule Set Rule Action0Properties, Mail Manager Rule Set Rule Action1Properties, Mail Manager Rule Set Rule Action2Properties, Mail Manager Rule Set Rule Action3Properties, Mail Manager Rule Set Rule Action4Properties, Mail Manager Rule Set Rule Action5Properties, Mail Manager Rule Set Rule Action6Properties, Mail Manager Rule Set Rule Action7Properties]] - The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- conditions
Sequence[Union[Mail
Manager Rule Set Rule Condition0Properties, Mail Manager Rule Set Rule Condition1Properties, Mail Manager Rule Set Rule Condition2Properties, Mail Manager Rule Set Rule Condition3Properties, Mail Manager Rule Set Rule Condition4Properties, Mail Manager Rule Set Rule Condition5Properties]] - The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- name str
- The user-friendly name of the rule.
- unless
Sequence[Union[Mail
Manager Rule Set Rule Condition0Properties, Mail Manager Rule Set Rule Condition1Properties, Mail Manager Rule Set Rule Condition2Properties, Mail Manager Rule Set Rule Condition3Properties, Mail Manager Rule Set Rule Condition4Properties, Mail Manager Rule Set Rule Condition5Properties]] - The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
- actions List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions" match.
- conditions List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"
- name String
- The user-friendly name of the rule.
- unless List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.
MailManagerRuleSetRuleAction0Properties, MailManagerRuleSetRuleAction0PropertiesArgs
MailManagerRuleSetRuleAction1Properties, MailManagerRuleSetRuleAction1PropertiesArgs
MailManagerRuleSetRuleAction2Properties, MailManagerRuleSetRuleAction2PropertiesArgs
MailManagerRuleSetRuleAction3Properties, MailManagerRuleSetRuleAction3PropertiesArgs
MailManagerRuleSetRuleAction4Properties, MailManagerRuleSetRuleAction4PropertiesArgs
MailManagerRuleSetRuleAction5Properties, MailManagerRuleSetRuleAction5PropertiesArgs
MailManagerRuleSetRuleAction6Properties, MailManagerRuleSetRuleAction6PropertiesArgs
MailManagerRuleSetRuleAction7Properties, MailManagerRuleSetRuleAction7PropertiesArgs
MailManagerRuleSetRuleBooleanEmailAttribute, MailManagerRuleSetRuleBooleanEmailAttributeArgs
- Read
Receipt Requested - READ_RECEIPT_REQUESTED
- Tls
- TLS
- Tls
Wrapped - TLS_WRAPPED
- Mail
Manager Rule Set Rule Boolean Email Attribute Read Receipt Requested - READ_RECEIPT_REQUESTED
- Mail
Manager Rule Set Rule Boolean Email Attribute Tls - TLS
- Mail
Manager Rule Set Rule Boolean Email Attribute Tls Wrapped - TLS_WRAPPED
- Read
Receipt Requested - READ_RECEIPT_REQUESTED
- Tls
- TLS
- Tls
Wrapped - TLS_WRAPPED
- Read
Receipt Requested - READ_RECEIPT_REQUESTED
- Tls
- TLS
- Tls
Wrapped - TLS_WRAPPED
- READ_RECEIPT_REQUESTED
- READ_RECEIPT_REQUESTED
- TLS
- TLS
- TLS_WRAPPED
- TLS_WRAPPED
- "READ_RECEIPT_REQUESTED"
- READ_RECEIPT_REQUESTED
- "TLS"
- TLS
- "TLS_WRAPPED"
- TLS_WRAPPED
MailManagerRuleSetRuleBooleanExpression, MailManagerRuleSetRuleBooleanExpressionArgs
MailManagerRuleSetRuleBooleanOperator, MailManagerRuleSetRuleBooleanOperatorArgs
- Is
True - IS_TRUE
- Is
False - IS_FALSE
- Mail
Manager Rule Set Rule Boolean Operator Is True - IS_TRUE
- Mail
Manager Rule Set Rule Boolean Operator Is False - IS_FALSE
- Is
True - IS_TRUE
- Is
False - IS_FALSE
- Is
True - IS_TRUE
- Is
False - IS_FALSE
- IS_TRUE
- IS_TRUE
- IS_FALSE
- IS_FALSE
- "IS_TRUE"
- IS_TRUE
- "IS_FALSE"
- IS_FALSE
MailManagerRuleSetRuleBooleanToEvaluateProperties, MailManagerRuleSetRuleBooleanToEvaluatePropertiesArgs
MailManagerRuleSetRuleCondition0Properties, MailManagerRuleSetRuleCondition0PropertiesArgs
MailManagerRuleSetRuleCondition1Properties, MailManagerRuleSetRuleCondition1PropertiesArgs
MailManagerRuleSetRuleCondition2Properties, MailManagerRuleSetRuleCondition2PropertiesArgs
MailManagerRuleSetRuleCondition3Properties, MailManagerRuleSetRuleCondition3PropertiesArgs
MailManagerRuleSetRuleCondition4Properties, MailManagerRuleSetRuleCondition4PropertiesArgs
MailManagerRuleSetRuleCondition5Properties, MailManagerRuleSetRuleCondition5PropertiesArgs
MailManagerRuleSetRuleDmarcExpression, MailManagerRuleSetRuleDmarcExpressionArgs
MailManagerRuleSetRuleDmarcOperator, MailManagerRuleSetRuleDmarcOperatorArgs
- Equals
Value - EQUALS
- Not
Equals - NOT_EQUALS
- Mail
Manager Rule Set Rule Dmarc Operator Equals - EQUALS
- Mail
Manager Rule Set Rule Dmarc Operator Not Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- EQUALS
- EQUALS
- NOT_EQUALS
- NOT_EQUALS
- "EQUALS"
- EQUALS
- "NOT_EQUALS"
- NOT_EQUALS
MailManagerRuleSetRuleDmarcPolicy, MailManagerRuleSetRuleDmarcPolicyArgs
- None
- NONE
- Quarantine
- QUARANTINE
- Reject
- REJECT
- Mail
Manager Rule Set Rule Dmarc Policy None - NONE
- Mail
Manager Rule Set Rule Dmarc Policy Quarantine - QUARANTINE
- Mail
Manager Rule Set Rule Dmarc Policy Reject - REJECT
- None
- NONE
- Quarantine
- QUARANTINE
- Reject
- REJECT
- None
- NONE
- Quarantine
- QUARANTINE
- Reject
- REJECT
- NONE
- NONE
- QUARANTINE
- QUARANTINE
- REJECT
- REJECT
- "NONE"
- NONE
- "QUARANTINE"
- QUARANTINE
- "REJECT"
- REJECT
MailManagerRuleSetRuleIpEmailAttribute, MailManagerRuleSetRuleIpEmailAttributeArgs
- Source
Ip - SOURCE_IP
- Mail
Manager Rule Set Rule Ip Email Attribute Source Ip - SOURCE_IP
- Source
Ip - SOURCE_IP
- Source
Ip - SOURCE_IP
- SOURCE_IP
- SOURCE_IP
- "SOURCE_IP"
- SOURCE_IP
MailManagerRuleSetRuleIpExpression, MailManagerRuleSetRuleIpExpressionArgs
MailManagerRuleSetRuleIpOperator, MailManagerRuleSetRuleIpOperatorArgs
- Cidr
Matches - CIDR_MATCHES
- Not
Cidr Matches - NOT_CIDR_MATCHES
- Mail
Manager Rule Set Rule Ip Operator Cidr Matches - CIDR_MATCHES
- Mail
Manager Rule Set Rule Ip Operator Not Cidr Matches - NOT_CIDR_MATCHES
- Cidr
Matches - CIDR_MATCHES
- Not
Cidr Matches - NOT_CIDR_MATCHES
- Cidr
Matches - CIDR_MATCHES
- Not
Cidr Matches - NOT_CIDR_MATCHES
- CIDR_MATCHES
- CIDR_MATCHES
- NOT_CIDR_MATCHES
- NOT_CIDR_MATCHES
- "CIDR_MATCHES"
- CIDR_MATCHES
- "NOT_CIDR_MATCHES"
- NOT_CIDR_MATCHES
MailManagerRuleSetRuleIpToEvaluateProperties, MailManagerRuleSetRuleIpToEvaluatePropertiesArgs
MailManagerRuleSetRuleNumberEmailAttribute, MailManagerRuleSetRuleNumberEmailAttributeArgs
- Message
Size - MESSAGE_SIZE
- Mail
Manager Rule Set Rule Number Email Attribute Message Size - MESSAGE_SIZE
- Message
Size - MESSAGE_SIZE
- Message
Size - MESSAGE_SIZE
- MESSAGE_SIZE
- MESSAGE_SIZE
- "MESSAGE_SIZE"
- MESSAGE_SIZE
MailManagerRuleSetRuleNumberExpression, MailManagerRuleSetRuleNumberExpressionArgs
MailManagerRuleSetRuleNumberOperator, MailManagerRuleSetRuleNumberOperatorArgs
- Equals
Value - EQUALS
- Not
Equals - NOT_EQUALS
- Less
Than - LESS_THAN
- Greater
Than - GREATER_THAN
- Less
Than Or Equal - LESS_THAN_OR_EQUAL
- Greater
Than Or Equal - GREATER_THAN_OR_EQUAL
- Mail
Manager Rule Set Rule Number Operator Equals - EQUALS
- Mail
Manager Rule Set Rule Number Operator Not Equals - NOT_EQUALS
- Mail
Manager Rule Set Rule Number Operator Less Than - LESS_THAN
- Mail
Manager Rule Set Rule Number Operator Greater Than - GREATER_THAN
- Mail
Manager Rule Set Rule Number Operator Less Than Or Equal - LESS_THAN_OR_EQUAL
- Mail
Manager Rule Set Rule Number Operator Greater Than Or Equal - GREATER_THAN_OR_EQUAL
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Less
Than - LESS_THAN
- Greater
Than - GREATER_THAN
- Less
Than Or Equal - LESS_THAN_OR_EQUAL
- Greater
Than Or Equal - GREATER_THAN_OR_EQUAL
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Less
Than - LESS_THAN
- Greater
Than - GREATER_THAN
- Less
Than Or Equal - LESS_THAN_OR_EQUAL
- Greater
Than Or Equal - GREATER_THAN_OR_EQUAL
- EQUALS
- EQUALS
- NOT_EQUALS
- NOT_EQUALS
- LESS_THAN
- LESS_THAN
- GREATER_THAN
- GREATER_THAN
- LESS_THAN_OR_EQUAL
- LESS_THAN_OR_EQUAL
- GREATER_THAN_OR_EQUAL
- GREATER_THAN_OR_EQUAL
- "EQUALS"
- EQUALS
- "NOT_EQUALS"
- NOT_EQUALS
- "LESS_THAN"
- LESS_THAN
- "GREATER_THAN"
- GREATER_THAN
- "LESS_THAN_OR_EQUAL"
- LESS_THAN_OR_EQUAL
- "GREATER_THAN_OR_EQUAL"
- GREATER_THAN_OR_EQUAL
MailManagerRuleSetRuleNumberToEvaluateProperties, MailManagerRuleSetRuleNumberToEvaluatePropertiesArgs
MailManagerRuleSetRuleStringEmailAttribute, MailManagerRuleSetRuleStringEmailAttributeArgs
- Mail
From - MAIL_FROM
- Helo
- HELO
- Recipient
- RECIPIENT
- Sender
- SENDER
- From
- FROM
- Subject
- SUBJECT
- To
- TO
- Cc
- CC
- Mail
Manager Rule Set Rule String Email Attribute Mail From - MAIL_FROM
- Mail
Manager Rule Set Rule String Email Attribute Helo - HELO
- Mail
Manager Rule Set Rule String Email Attribute Recipient - RECIPIENT
- Mail
Manager Rule Set Rule String Email Attribute Sender - SENDER
- Mail
Manager Rule Set Rule String Email Attribute From - FROM
- Mail
Manager Rule Set Rule String Email Attribute Subject - SUBJECT
- Mail
Manager Rule Set Rule String Email Attribute To - TO
- Mail
Manager Rule Set Rule String Email Attribute Cc - CC
- Mail
From - MAIL_FROM
- Helo
- HELO
- Recipient
- RECIPIENT
- Sender
- SENDER
- From
- FROM
- Subject
- SUBJECT
- To
- TO
- Cc
- CC
- Mail
From - MAIL_FROM
- Helo
- HELO
- Recipient
- RECIPIENT
- Sender
- SENDER
- From
- FROM
- Subject
- SUBJECT
- To
- TO
- Cc
- CC
- MAIL_FROM
- MAIL_FROM
- HELO
- HELO
- RECIPIENT
- RECIPIENT
- SENDER
- SENDER
- FROM_
- FROM
- SUBJECT
- SUBJECT
- TO
- TO
- CC
- CC
- "MAIL_FROM"
- MAIL_FROM
- "HELO"
- HELO
- "RECIPIENT"
- RECIPIENT
- "SENDER"
- SENDER
- "FROM"
- FROM
- "SUBJECT"
- SUBJECT
- "TO"
- TO
- "CC"
- CC
MailManagerRuleSetRuleStringExpression, MailManagerRuleSetRuleStringExpressionArgs
MailManagerRuleSetRuleStringOperator, MailManagerRuleSetRuleStringOperatorArgs
- Equals
Value - EQUALS
- Not
Equals - NOT_EQUALS
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Contains
- CONTAINS
- Mail
Manager Rule Set Rule String Operator Equals - EQUALS
- Mail
Manager Rule Set Rule String Operator Not Equals - NOT_EQUALS
- Mail
Manager Rule Set Rule String Operator Starts With - STARTS_WITH
- Mail
Manager Rule Set Rule String Operator Ends With - ENDS_WITH
- Mail
Manager Rule Set Rule String Operator Contains - CONTAINS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Contains
- CONTAINS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Contains
- CONTAINS
- EQUALS
- EQUALS
- NOT_EQUALS
- NOT_EQUALS
- STARTS_WITH
- STARTS_WITH
- ENDS_WITH
- ENDS_WITH
- CONTAINS
- CONTAINS
- "EQUALS"
- EQUALS
- "NOT_EQUALS"
- NOT_EQUALS
- "STARTS_WITH"
- STARTS_WITH
- "ENDS_WITH"
- ENDS_WITH
- "CONTAINS"
- CONTAINS
MailManagerRuleSetRuleStringToEvaluate0Properties, MailManagerRuleSetRuleStringToEvaluate0PropertiesArgs
MailManagerRuleSetRuleStringToEvaluate1Properties, MailManagerRuleSetRuleStringToEvaluate1PropertiesArgs
- Mime
Header stringAttribute
- Mime
Header stringAttribute
- mime
Header StringAttribute
- mime
Header stringAttribute
- mime
Header StringAttribute
MailManagerRuleSetRuleVerdict, MailManagerRuleSetRuleVerdictArgs
- Pass
- PASS
- Fail
- FAIL
- Gray
- GRAY
- Processing
Failed - PROCESSING_FAILED
- Mail
Manager Rule Set Rule Verdict Pass - PASS
- Mail
Manager Rule Set Rule Verdict Fail - FAIL
- Mail
Manager Rule Set Rule Verdict Gray - GRAY
- Mail
Manager Rule Set Rule Verdict Processing Failed - PROCESSING_FAILED
- Pass
- PASS
- Fail
- FAIL
- Gray
- GRAY
- Processing
Failed - PROCESSING_FAILED
- Pass
- PASS
- Fail
- FAIL
- Gray
- GRAY
- Processing
Failed - PROCESSING_FAILED
- PASS_
- PASS
- FAIL
- FAIL
- GRAY
- GRAY
- PROCESSING_FAILED
- PROCESSING_FAILED
- "PASS"
- PASS
- "FAIL"
- FAIL
- "GRAY"
- GRAY
- "PROCESSING_FAILED"
- PROCESSING_FAILED
MailManagerRuleSetRuleVerdictAttribute, MailManagerRuleSetRuleVerdictAttributeArgs
- Spf
- SPF
- Dkim
- DKIM
- Mail
Manager Rule Set Rule Verdict Attribute Spf - SPF
- Mail
Manager Rule Set Rule Verdict Attribute Dkim - DKIM
- Spf
- SPF
- Dkim
- DKIM
- Spf
- SPF
- Dkim
- DKIM
- SPF
- SPF
- DKIM
- DKIM
- "SPF"
- SPF
- "DKIM"
- DKIM
MailManagerRuleSetRuleVerdictExpression, MailManagerRuleSetRuleVerdictExpressionArgs
MailManagerRuleSetRuleVerdictOperator, MailManagerRuleSetRuleVerdictOperatorArgs
- Equals
Value - EQUALS
- Not
Equals - NOT_EQUALS
- Mail
Manager Rule Set Rule Verdict Operator Equals - EQUALS
- Mail
Manager Rule Set Rule Verdict Operator Not Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- Equals
- EQUALS
- Not
Equals - NOT_EQUALS
- EQUALS
- EQUALS
- NOT_EQUALS
- NOT_EQUALS
- "EQUALS"
- EQUALS
- "NOT_EQUALS"
- NOT_EQUALS
MailManagerRuleSetRuleVerdictToEvaluate0Properties, MailManagerRuleSetRuleVerdictToEvaluate0PropertiesArgs
MailManagerRuleSetRuleVerdictToEvaluate1Properties, MailManagerRuleSetRuleVerdictToEvaluate1PropertiesArgs
MailManagerRuleSetS3Action, MailManagerRuleSetS3ActionArgs
- Role
Arn string - S3Bucket string
- Action
Failure Pulumi.Policy Aws Native. Ses. Mail Manager Rule Set Action Failure Policy - S3Prefix string
- S3Sse
Kms stringKey Id
- Role
Arn string - S3Bucket string
- Action
Failure MailPolicy Manager Rule Set Action Failure Policy - S3Prefix string
- S3Sse
Kms stringKey Id
- role
Arn String - s3Bucket String
- action
Failure MailPolicy Manager Rule Set Action Failure Policy - s3Prefix String
- s3Sse
Kms StringKey Id
- role
Arn string - s3Bucket string
- action
Failure MailPolicy Manager Rule Set Action Failure Policy - s3Prefix string
- s3Sse
Kms stringKey Id
- role
Arn String - s3Bucket String
- action
Failure "CONTINUE" | "DROP"Policy - s3Prefix String
- s3Sse
Kms StringKey Id
MailManagerRuleSetSendAction, MailManagerRuleSetSendActionArgs
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.