@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.070Z") @Stability(value=Experimental) public interface IReceiptRuleSet extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IReceiptRuleSet.Jsii$Default
Internal default implementation for
IReceiptRuleSet. |
static class |
IReceiptRuleSet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getReceiptRuleSetName()
(experimental) The receipt rule set name.
|
@Stability(value=Experimental) @NotNull String getReceiptRuleSetName()
@Stability(value=Experimental) @NotNull ReceiptRule addRule(@NotNull String id, @Nullable ReceiptRuleOptions options)
The new rule is added after
the last added rule unless after is specified.
id - This parameter is required.options - @Stability(value=Experimental) @NotNull ReceiptRule addRule(@NotNull String id)
The new rule is added after
the last added rule unless after is specified.
id - This parameter is required.Copyright © 2021. All rights reserved.