Interface IReceiptRuleSet
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.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.103.1 (build bef2dea)",
date="2024-09-11T18:01:23.908Z")
@Stability(Stable)
public interface IReceiptRuleSet
extends software.amazon.jsii.JsiiSerializable, IResource
A receipt rule set.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReceiptRuleSet
.static final class
A 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
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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
after
is 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
after
is specified.- Parameters:
id
- This parameter is required.
-