Interface GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps.Jsii$Proxy
Enclosing class:
GameLiftQueuePlacementEvent

@Stability(Experimental) public static interface GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.gamelift@GameLiftQueuePlacementEvent event.

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();
 
  • Method Details

    • getDnsName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getGameSessionArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getGameSessionRegion

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getIpAddress

      @Stability(Experimental) @Nullable default List<String> 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.Match for 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPlacementId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPort

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getType

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps.Builder of GameLiftQueuePlacementEvent.GameLiftQueuePlacementEventProps