Interface IReceiptRuleSet
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IReceiptRuleSet.Jsii$Default
- All Known Implementing Classes:
IReceiptRuleSet.Jsii$Proxy,ReceiptRuleSet
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.429Z")
@Stability(Stable)
public interface IReceiptRuleSet
extends software.amazon.jsii.JsiiSerializable, IResource
A receipt rule set.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIReceiptRuleSet.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionAdds a new receipt rule in this rule set.addRule(String id, ReceiptRuleOptions options) Adds a new receipt rule in this rule set.The receipt rule set name.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReceiptRuleSetName
The receipt rule set name. -
addRule
@Stability(Stable) @NotNull ReceiptRule addRule(@NotNull String id, @Nullable ReceiptRuleOptions options) Adds a new receipt rule in this rule set.The new rule is added after the last added rule unless
afteris specified.- Parameters:
id- This parameter is required.options-
-
addRule
Adds a new receipt rule in this rule set.The new rule is added after the last added rule unless
afteris specified.- Parameters:
id- This parameter is required.
-