public static interface CfnGameSessionQueue.FilterConfigurationProperty
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 software.amazon.awscdk.services.gamelift.*; FilterConfigurationProperty filterConfigurationProperty = FilterConfigurationProperty.builder() .allowedLocations(List.of("allowedLocations")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGameSessionQueue.FilterConfigurationProperty.Builder
A builder for
CfnGameSessionQueue.FilterConfigurationProperty |
static class |
CfnGameSessionQueue.FilterConfigurationProperty.Jsii$Proxy
An implementation for
CfnGameSessionQueue.FilterConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnGameSessionQueue.FilterConfigurationProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getAllowedLocations()
A list of locations to allow game session placement in, in the form of AWS Region codes such as `us-west-2` .
|
default java.util.List<java.lang.String> getAllowedLocations()
static CfnGameSessionQueue.FilterConfigurationProperty.Builder builder()