Class ResourceCreationLimitPolicy.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.ResourceCreationLimitPolicy.Jsii$Proxy
- All Implemented Interfaces:
ResourceCreationLimitPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ResourceCreationLimitPolicy
@Stability(Experimental)
@Internal
public static final class ResourceCreationLimitPolicy.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResourceCreationLimitPolicy
An implementation for
ResourceCreationLimitPolicy-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.ResourceCreationLimitPolicy
ResourceCreationLimitPolicy.Builder, ResourceCreationLimitPolicy.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theResourceCreationLimitPolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Number(experimental) The maximum number of game sessions that an individual can create during the policy period.final Duration(experimental) The time span used in evaluating the resource creation limit policy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theResourceCreationLimitPolicy.Builder.
-
-
Method Details
-
getNewGameSessionsPerCreator
Description copied from interface:ResourceCreationLimitPolicy(experimental) The maximum number of game sessions that an individual can create during the policy period.Default: no limit on the number of game sessions that an individual can create during the policy period
- Specified by:
getNewGameSessionsPerCreatorin interfaceResourceCreationLimitPolicy
-
getPolicyPeriod
Description copied from interface:ResourceCreationLimitPolicy(experimental) The time span used in evaluating the resource creation limit policy.Default: no policy period
- Specified by:
getPolicyPeriodin interfaceResourceCreationLimitPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-