@Stability(value=Stable)
public static interface CfnFleet.ResourceCreationLimitPolicyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
ResourceCreationLimitPolicyProperty resourceCreationLimitPolicyProperty = ResourceCreationLimitPolicyProperty.builder()
.newGameSessionsPerCreator(123)
.policyPeriodInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleet.ResourceCreationLimitPolicyProperty.Builder
A builder for
CfnFleet.ResourceCreationLimitPolicyProperty |
static class |
CfnFleet.ResourceCreationLimitPolicyProperty.Jsii$Proxy
An implementation for
CfnFleet.ResourceCreationLimitPolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleet.ResourceCreationLimitPolicyProperty.Builder |
builder() |
default Number |
getNewGameSessionsPerCreator()
`CfnFleet.ResourceCreationLimitPolicyProperty.NewGameSessionsPerCreator`.
|
default Number |
getPolicyPeriodInMinutes()
`CfnFleet.ResourceCreationLimitPolicyProperty.PolicyPeriodInMinutes`.
|
@Stability(value=Stable) @Nullable default Number getNewGameSessionsPerCreator()
@Stability(value=Stable) @Nullable default Number getPolicyPeriodInMinutes()
@Stability(value=Stable) static CfnFleet.ResourceCreationLimitPolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.