@Stability(value=Stable)
public static interface CfnGameSessionQueue.FilterConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 List<String> |
getAllowedLocations()
A list of locations to allow game session placement in, in the form of AWS Region codes such as `us-west-2` .
|
@Stability(value=Stable) @Nullable default List<String> getAllowedLocations()
@Stability(value=Stable) static CfnGameSessionQueue.FilterConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.