Show / Hide Table of Contents

Class CfnGameSessionQueue.FilterConfigurationProperty

A list of fleet locations where a game session queue can place new game sessions.

Inheritance
object
CfnGameSessionQueue.FilterConfigurationProperty
Implements
CfnGameSessionQueue.IFilterConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGameSessionQueue.FilterConfigurationProperty : CfnGameSessionQueue.IFilterConfigurationProperty
Syntax (vb)
Public Class CfnGameSessionQueue.FilterConfigurationProperty Implements CfnGameSessionQueue.IFilterConfigurationProperty
Remarks

You can use a filter to temporarily turn off placements for specific locations. For queues that have multi-location fleets, you can use a filter configuration allow placement with some, but not all of these locations.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-filterconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.GameLift;

             var filterConfigurationProperty = new FilterConfigurationProperty {
                 AllowedLocations = new [] { "allowedLocations" }
             };

Synopsis

Constructors

FilterConfigurationProperty()

A list of fleet locations where a game session queue can place new game sessions.

Properties

AllowedLocations

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .

Constructors

FilterConfigurationProperty()

A list of fleet locations where a game session queue can place new game sessions.

public FilterConfigurationProperty()
Remarks

You can use a filter to temporarily turn off placements for specific locations. For queues that have multi-location fleets, you can use a filter configuration allow placement with some, but not all of these locations.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-filterconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.GameLift;

             var filterConfigurationProperty = new FilterConfigurationProperty {
                 AllowedLocations = new [] { "allowedLocations" }
             };

Properties

AllowedLocations

A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .

public string[]? AllowedLocations { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-gamesessionqueue-filterconfiguration.html#cfn-gamelift-gamesessionqueue-filterconfiguration-allowedlocations

Implements

CfnGameSessionQueue.IFilterConfigurationProperty
Back to top Generated by DocFX