Show / Hide Table of Contents

Class FleetResourceCreationLimitPolicyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FleetResourceCreationLimitPolicyGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetResourceCreationLimitPolicyGetArgs : ResourceArgs

Constructors

View Source

FleetResourceCreationLimitPolicyGetArgs()

Declaration
public FleetResourceCreationLimitPolicyGetArgs()

Properties

View Source

NewGameSessionsPerCreator

Maximum number of game sessions that an individual can create during the policy period.

Declaration
public Input<int> NewGameSessionsPerCreator { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PolicyPeriodInMinutes

Time span used in evaluating the resource creation limit policy.

Declaration
public Input<int> PolicyPeriodInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.