Interface IReceiptRuleSet
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IReceiptRuleSet.Jsii$Default
- All Known Implementing Classes:
IReceiptRuleSet.Jsii$Proxy,ReceiptRuleSet
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:22.988Z")
@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.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, 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.
-