@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:05.807Z") public class Bounce extends software.amazon.jsii.JsiiObject implements IReceiptRuleAction
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.actions.*; import software.amazon.awscdk.services.sns.*; BounceTemplate bounceTemplate; Topic topic; Bounce bounce = Bounce.Builder.create() .sender("sender") .template(bounceTemplate) // the properties below are optional .topic(topic) .build();
Modifier and Type | Class and Description |
---|---|
static class |
Bounce.Builder
A fluent builder for
Bounce . |
IReceiptRuleAction.Jsii$Default, IReceiptRuleAction.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Bounce(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Bounce(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
ReceiptRuleActionConfig |
bind(IReceiptRule _rule)
Returns the receipt rule action specification.
|
protected Bounce(software.amazon.jsii.JsiiObjectRef objRef)
protected Bounce(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public ReceiptRuleActionConfig bind(IReceiptRule _rule)
bind
in interface IReceiptRuleAction
_rule
- This parameter is required.