@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.202Z") @Stability(value=Stable) 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)
Adds a new receipt rule in this rule set.
|
ReceiptRule |
addRule(String id,
ReceiptRuleOptions options)
Adds a new receipt rule in this rule set.
|
String |
getReceiptRuleSetName()
The receipt rule set name.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getReceiptRuleSetName()
@Stability(value=Stable) @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=Stable) @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 © 2022. All rights reserved.