Class FleetResourceCreationLimitPolicy
Inheritance
System.Object
FleetResourceCreationLimitPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GameLift.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetResourceCreationLimitPolicy
Fields
View SourceNewGameSessionsPerCreator
Maximum number of game sessions that an individual can create during the policy period.
Declaration
public readonly int? NewGameSessionsPerCreator
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
PolicyPeriodInMinutes
Time span used in evaluating the resource creation limit policy.
Declaration
public readonly int? PolicyPeriodInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |