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.104.0 (build e79254c)",
date="2024-10-31T19:13:07.834Z")
@Stability(Experimental)
public interface IRuleSetContent
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to represent a Matchmaking RuleSet content.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIRuleSetContent
.static final class
A 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.
-