Interface IRuleSetContent.Jsii$Default
- All Superinterfaces:
IRuleSetContent
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IRuleSetContent.Jsii$Proxy
- Enclosing interface:
IRuleSetContent
Internal default implementation for
IRuleSetContent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IRuleSetContent
IRuleSetContent.Jsii$Default, IRuleSetContent.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault RuleSetBodyConfig
bind
(software.constructs.Construct _scope) (experimental) Called when the matchmaking ruleSet is initialized to allow this object to bind to the stack and add resources.default IRuleSetBody
(experimental) RuleSet body content.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
(experimental) RuleSet body content.- Specified by:
getContent
in interfaceIRuleSetContent
-
bind
@Stability(Experimental) @NotNull default 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.- Specified by:
bind
in interfaceIRuleSetContent
- Parameters:
_scope
- The binding scope. This parameter is required.
-