aws-cdk-lib.aws_gamelift.CfnGameSessionQueue.FilterConfigurationProperty

interface FilterConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.GameLift.CfnGameSessionQueue.FilterConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnGameSessionQueue_FilterConfigurationProperty
Javasoftware.amazon.awscdk.services.gamelift.CfnGameSessionQueue.FilterConfigurationProperty
Pythonaws_cdk.aws_gamelift.CfnGameSessionQueue.FilterConfigurationProperty
TypeScript aws-cdk-lib » aws_gamelift » CfnGameSessionQueue » FilterConfigurationProperty

Obtainable from GameSessionQueue.parseFilterConfiguration()

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

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const filterConfigurationProperty: gamelift.CfnGameSessionQueue.FilterConfigurationProperty = {
  allowedLocations: ['allowedLocations'],
};

Properties

NameTypeDescription
allowedLocations?string[]A list of locations to allow game session placement in, in the form of AWS Region codes such as us-west-2 .

allowedLocations?

Type: string[] (optional)

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