Interface IRuleSetContent
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRuleSetContent.Jsii$Default
- All Known Implementing Classes:
IRuleSetContent.Jsii$Proxy,RuleSetContent
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.823Z")
@Stability(Experimental)
public interface IRuleSetContent
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to represent a Matchmaking RuleSet content.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRuleSetContent.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.Construct _scope) (experimental) Called when the matchmaking ruleSet is initialized to allow this object to bind to the stack and add resources.(experimental) RuleSet body content.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
(experimental) RuleSet body content. -
bind
@Stability(Experimental) @NotNull RuleSetBodyConfig bind(@NotNull software.constructs.Construct _scope) (experimental) Called when the matchmaking ruleSet is initialized to allow this object to bind to the stack and add resources.- Parameters:
_scope- The binding scope. This parameter is required.
-