Class CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.RuleActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.RuleActionProperty
CfnMailManagerRuleSet.RuleActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.RuleActionProperty
CfnMailManagerRuleSet.RuleActionProperty.Builder, CfnMailManagerRuleSet.RuleActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.RuleActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThis action adds a header.final ObjectThis action archives the email.final ObjectThis action delivers an email to a WorkMail mailbox.final ObjectThis action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.final ObjectgetDrop()This action terminates the evaluation of rules in the rule set.final ObjectThis action publishes the email content to an Amazon SNS topic.final ObjectgetRelay()This action relays the email to another SMTP server.final ObjectThe action replaces certain or all recipients with a different set of recipients.final ObjectgetSend()This action sends the email to the internet.final ObjectThis action writes the MIME content of the email to an S3 bucket.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.RuleActionProperty.Builder.
-
-
Method Details
-
getAddHeader
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action adds a header.This can be used to add arbitrary email headers.
Returns union: either
IResolvableorCfnMailManagerRuleSet.AddHeaderActionProperty- Specified by:
getAddHeaderin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getArchive
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action archives the email.This can be used to deliver an email to an archive.
Returns union: either
IResolvableorCfnMailManagerRuleSet.ArchiveActionProperty- Specified by:
getArchivein interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getDeliverToMailbox
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action delivers an email to a WorkMail mailbox.Returns union: either
IResolvableorCfnMailManagerRuleSet.DeliverToMailboxActionProperty- Specified by:
getDeliverToMailboxin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getDeliverToQBusiness
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.Returns union: either
IResolvableorCfnMailManagerRuleSet.DeliverToQBusinessActionProperty- Specified by:
getDeliverToQBusinessin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getDrop
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action terminates the evaluation of rules in the rule set.- Specified by:
getDropin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getPublishToSns
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action publishes the email content to an Amazon SNS topic.Returns union: either
IResolvableorCfnMailManagerRuleSet.SnsActionProperty- Specified by:
getPublishToSnsin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getRelay
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action relays the email to another SMTP server.Returns union: either
IResolvableorCfnMailManagerRuleSet.RelayActionProperty- Specified by:
getRelayin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getReplaceRecipient
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThe action replaces certain or all recipients with a different set of recipients.Returns union: either
IResolvableorCfnMailManagerRuleSet.ReplaceRecipientActionProperty- Specified by:
getReplaceRecipientin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getSend
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action sends the email to the internet.Returns union: either
IResolvableorCfnMailManagerRuleSet.SendActionProperty- Specified by:
getSendin interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
getWriteToS3
Description copied from interface:CfnMailManagerRuleSet.RuleActionPropertyThis action writes the MIME content of the email to an S3 bucket.Returns union: either
IResolvableorCfnMailManagerRuleSet.S3ActionProperty- Specified by:
getWriteToS3in interfaceCfnMailManagerRuleSet.RuleActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-