Interface IRuleSetContent.Jsii$Default

All Superinterfaces:
IRuleSetContent, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IRuleSetContent.Jsii$Proxy
Enclosing interface:
IRuleSetContent

@Internal public static interface IRuleSetContent.Jsii$Default extends 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 Type
    Method
    Description
    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

      @Stability(Experimental) @NotNull default IRuleSetBody getContent()
      (experimental) RuleSet body content.
      Specified by:
      getContent in interface IRuleSetContent
    • 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 interface IRuleSetContent
      Parameters:
      _scope - The binding scope. This parameter is required.