Interface GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps.Jsii$Proxy
- Enclosing class:
GameLiftQueuePlacementEvent
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.gamelift.events.*;
GameLiftQueuePlacementEventProps gameLiftQueuePlacementEventProps = GameLiftQueuePlacementEventProps.builder()
.dnsName(List.of("dnsName"))
.endTime(List.of("endTime"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.gameSessionArn(List.of("gameSessionArn"))
.gameSessionRegion(List.of("gameSessionRegion"))
.ipAddress(List.of("ipAddress"))
.placedPlayerSessions(List.of(GameLiftQueuePlacementEventItem.builder()
.playerId(List.of("playerId"))
.playerSessionId(List.of("playerSessionId"))
.build()))
.placementId(List.of("placementId"))
.port(List.of("port"))
.startTime(List.of("startTime"))
.type(List.of("type"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forGameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) dnsName property.(experimental) endTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) gameSessionArn property.(experimental) gameSessionRegion property.(experimental) ipAddress property.(experimental) placedPlayerSessions property.(experimental) placementId property.getPort()(experimental) port property.(experimental) startTime property.getType()(experimental) type property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsName
(experimental) dnsName property.Specify an array of string values to match this event if the actual value of dnsName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEndTime
(experimental) endTime property.Specify an array of string values to match this event if the actual value of endTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getGameSessionArn
(experimental) gameSessionArn property.Specify an array of string values to match this event if the actual value of gameSessionArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getGameSessionRegion
(experimental) gameSessionRegion property.Specify an array of string values to match this event if the actual value of gameSessionRegion is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getIpAddress
(experimental) ipAddress property.Specify an array of string values to match this event if the actual value of ipAddress is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPlacedPlayerSessions
@Stability(Experimental) @Nullable default List<GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventItem> getPlacedPlayerSessions()(experimental) placedPlayerSessions property.Specify an array of string values to match this event if the actual value of placedPlayerSessions is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPlacementId
(experimental) placementId property.Specify an array of string values to match this event if the actual value of placementId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPort
(experimental) port property.Specify an array of string values to match this event if the actual value of port is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStartTime
(experimental) startTime property.Specify an array of string values to match this event if the actual value of startTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getType
(experimental) type property.Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps.Builder builder()
-