@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.072Z") @Stability(value=Experimental) public class ReceiptRuleSet extends Resource implements IReceiptRuleSet
| Modifier and Type | Class and Description |
|---|---|
static class |
ReceiptRuleSet.Builder
(experimental) A fluent builder for
ReceiptRuleSet. |
software.amazon.jsii.JsiiObject.InitializationModeIReceiptRuleSet.Jsii$Default, IReceiptRuleSet.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
ReceiptRuleSet(software.constructs.Construct scope,
String id) |
|
ReceiptRuleSet(software.constructs.Construct scope,
String id,
ReceiptRuleSetProps props) |
protected |
ReceiptRuleSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ReceiptRuleSet(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDropSpamRule()
(experimental) Adds a drop spam rule.
|
ReceiptRule |
addRule(String id)
(experimental) Adds a new receipt rule in this rule set.
|
ReceiptRule |
addRule(String id,
ReceiptRuleOptions options)
(experimental) Adds a new receipt rule in this rule set.
|
static IReceiptRuleSet |
fromReceiptRuleSetName(software.constructs.Construct scope,
String id,
String receiptRuleSetName)
(experimental) Import an exported receipt rule set.
|
String |
getReceiptRuleSetName()
(experimental) The receipt rule set name.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ReceiptRuleSet(software.amazon.jsii.JsiiObjectRef objRef)
protected ReceiptRuleSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ReceiptRuleSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ReceiptRuleSetProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public ReceiptRuleSet(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IReceiptRuleSet fromReceiptRuleSetName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String receiptRuleSetName)
scope - This parameter is required.id - This parameter is required.receiptRuleSetName - This parameter is required.@Stability(value=Experimental) protected void addDropSpamRule()
@Stability(value=Experimental) @NotNull public ReceiptRule addRule(@NotNull String id, @Nullable ReceiptRuleOptions options)
The new rule is added after
the last added rule unless after is specified.
addRule in interface IReceiptRuleSetid - This parameter is required.options - @Stability(value=Experimental) @NotNull public ReceiptRule addRule(@NotNull String id)
The new rule is added after
the last added rule unless after is specified.
addRule in interface IReceiptRuleSetid - This parameter is required.@Stability(value=Experimental) @NotNull public String getReceiptRuleSetName()
getReceiptRuleSetName in interface IReceiptRuleSetCopyright © 2021. All rights reserved.