@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.293Z") @Stability(value=Stable) public interface CfnMatchmakingConfigurationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMatchmakingConfigurationProps.Builder
A builder for
CfnMatchmakingConfigurationProps |
static class |
CfnMatchmakingConfigurationProps.Jsii$Proxy
An implementation for
CfnMatchmakingConfigurationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMatchmakingConfigurationProps.Builder |
builder() |
Object |
getAcceptanceRequired()
`AWS::GameLift::MatchmakingConfiguration.AcceptanceRequired`.
|
default Number |
getAcceptanceTimeoutSeconds()
`AWS::GameLift::MatchmakingConfiguration.AcceptanceTimeoutSeconds`.
|
default Number |
getAdditionalPlayerCount()
`AWS::GameLift::MatchmakingConfiguration.AdditionalPlayerCount`.
|
default String |
getBackfillMode()
`AWS::GameLift::MatchmakingConfiguration.BackfillMode`.
|
default String |
getCustomEventData()
`AWS::GameLift::MatchmakingConfiguration.CustomEventData`.
|
default String |
getDescription()
`AWS::GameLift::MatchmakingConfiguration.Description`.
|
default String |
getFlexMatchMode()
`AWS::GameLift::MatchmakingConfiguration.FlexMatchMode`.
|
default Object |
getGameProperties()
`AWS::GameLift::MatchmakingConfiguration.GameProperties`.
|
default String |
getGameSessionData()
`AWS::GameLift::MatchmakingConfiguration.GameSessionData`.
|
default List<String> |
getGameSessionQueueArns()
`AWS::GameLift::MatchmakingConfiguration.GameSessionQueueArns`.
|
String |
getName()
`AWS::GameLift::MatchmakingConfiguration.Name`.
|
default String |
getNotificationTarget()
`AWS::GameLift::MatchmakingConfiguration.NotificationTarget`.
|
Number |
getRequestTimeoutSeconds()
`AWS::GameLift::MatchmakingConfiguration.RequestTimeoutSeconds`.
|
String |
getRuleSetName()
`AWS::GameLift::MatchmakingConfiguration.RuleSetName`.
|
@Stability(value=Stable) @NotNull Object getAcceptanceRequired()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Number getRequestTimeoutSeconds()
@Stability(value=Stable) @NotNull String getRuleSetName()
@Stability(value=Stable) @Nullable default Number getAcceptanceTimeoutSeconds()
@Stability(value=Stable) @Nullable default Number getAdditionalPlayerCount()
@Stability(value=Stable) @Nullable default String getBackfillMode()
@Stability(value=Stable) @Nullable default String getCustomEventData()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getFlexMatchMode()
@Stability(value=Stable) @Nullable default Object getGameProperties()
@Stability(value=Stable) @Nullable default String getGameSessionData()
@Stability(value=Stable) @Nullable default List<String> getGameSessionQueueArns()
@Stability(value=Stable) @Nullable default String getNotificationTarget()
@Stability(value=Stable) static CfnMatchmakingConfigurationProps.Builder builder()
Copyright © 2021. All rights reserved.