software.amazon.awscdk.services.gamelift.alpha.IRuleSetBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gamelift-alpha Show documentation
Show all versions of gamelift-alpha Show documentation
The CDK Construct Library for AWS::GameLift
package software.amazon.awscdk.services.gamelift.alpha;
/**
* (experimental) Interface to represent Matchmaking RuleSet schema.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-12-27T17:02:12.128Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.gamelift.alpha.$Module.class, fqn = "@aws-cdk/aws-gamelift-alpha.IRuleSetBody")
@software.amazon.jsii.Jsii.Proxy(IRuleSetBody.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
public interface IRuleSetBody extends software.amazon.jsii.JsiiSerializable {
/**
* A proxy class which represents a concrete javascript instance of this type.
*/
@software.amazon.jsii.Internal
final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements software.amazon.awscdk.services.gamelift.alpha.IRuleSetBody.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
}
/**
* Internal default implementation for {@link IRuleSetBody}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IRuleSetBody {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy