@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:44.719Z") public interface IReceiptRuleSet extends 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(java.lang.String id)
Adds a new receipt rule in this rule set.
|
ReceiptRule |
addRule(java.lang.String id,
ReceiptRuleOptions options)
Adds a new receipt rule in this rule set.
|
java.lang.String |
getReceiptRuleSetName()
The receipt rule set name.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getReceiptRuleSetName()
ReceiptRule addRule(java.lang.String id, ReceiptRuleOptions options)
The new rule is added after
the last added rule unless after
is specified.
id
- This parameter is required.options
- ReceiptRule addRule(java.lang.String id)
The new rule is added after
the last added rule unless after
is specified.
id
- This parameter is required.