Class CfnMailManagerRuleSetPropsMixin.RuleActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSetPropsMixin.RuleActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSetPropsMixin.RuleActionProperty
CfnMailManagerRuleSetPropsMixin.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.cfnpropertymixins.services.ses.CfnMailManagerRuleSetPropsMixin.RuleActionProperty
CfnMailManagerRuleSetPropsMixin.RuleActionProperty.Builder, CfnMailManagerRuleSetPropsMixin.RuleActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSetPropsMixin.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 theCfnMailManagerRuleSetPropsMixin.RuleActionProperty.Builder.
-
-
Method Details
-
getAddHeader
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action adds a header.This can be used to add arbitrary email headers.
Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.AddHeaderActionProperty- Specified by:
getAddHeaderin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getArchive
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action archives the email.This can be used to deliver an email to an archive.
Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.ArchiveActionProperty- Specified by:
getArchivein interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getDeliverToMailbox
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action delivers an email to a WorkMail mailbox.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.DeliverToMailboxActionProperty- Specified by:
getDeliverToMailboxin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getDeliverToQBusiness
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.DeliverToQBusinessActionProperty- Specified by:
getDeliverToQBusinessin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getDrop
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action terminates the evaluation of rules in the rule set.- Specified by:
getDropin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getPublishToSns
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action publishes the email content to an Amazon SNS topic.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.SnsActionProperty- Specified by:
getPublishToSnsin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getRelay
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action relays the email to another SMTP server.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.RelayActionProperty- Specified by:
getRelayin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getReplaceRecipient
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThe action replaces certain or all recipients with a different set of recipients.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.ReplaceRecipientActionProperty- Specified by:
getReplaceRecipientin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getSend
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action sends the email to the internet.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.SendActionProperty- Specified by:
getSendin interfaceCfnMailManagerRuleSetPropsMixin.RuleActionProperty- See Also:
-
getWriteToS3
Description copied from interface:CfnMailManagerRuleSetPropsMixin.RuleActionPropertyThis action writes the MIME content of the email to an S3 bucket.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.S3ActionProperty- Specified by:
getWriteToS3in interfaceCfnMailManagerRuleSetPropsMixin.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()
-