Show / Hide Table of Contents

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 Source

NewGameSessionsPerCreator

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>
View Source

PolicyPeriodInMinutes

Time span used in evaluating the resource creation limit policy.

Declaration
public readonly int? PolicyPeriodInMinutes
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.