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.98.0 (build 00b106d)", date="2024-05-08T21:35:15.708Z") @Stability(Experimental) public interface IRuleSetContent extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to represent a Matchmaking RuleSet content.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IRuleSetContent.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • 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.
    (experimental) RuleSet body content.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getContent

      @Stability(Experimental) @NotNull IRuleSetBody 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.