Uses of Interface
software.amazon.awscdk.services.gamelift.alpha.IMatchmakingConfiguration
Package
Description
Amazon GameLift Construct Library
-
Uses of IMatchmakingConfiguration in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIMatchmakingConfiguration
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) Base class for new and imported GameLift Matchmaking configuration.class
(experimental) A FlexMatch matchmaker process does the work of building a game match.class
(experimental) A FlexMatch matchmaker process does the work of building a game match.Modifier and TypeMethodDescriptionstatic IMatchmakingConfiguration
MatchmakingConfigurationBase.fromMatchmakingConfigurationAttributes
(software.constructs.Construct scope, String id, MatchmakingConfigurationAttributes attrs) (experimental) Import an existing matchmaking configuration from its attributes.static IMatchmakingConfiguration
QueuedMatchmakingConfiguration.fromQueuedMatchmakingConfigurationArn
(software.constructs.Construct scope, String id, String matchmakingConfigurationArn) (experimental) Import an existing matchmaking configuration from its ARN.static IMatchmakingConfiguration
QueuedMatchmakingConfiguration.fromQueuedMatchmakingConfigurationName
(software.constructs.Construct scope, String id, String matchmakingConfigurationName) (experimental) Import an existing matchmaking configuration from its name.static IMatchmakingConfiguration
StandaloneMatchmakingConfiguration.fromStandaloneMatchmakingConfigurationArn
(software.constructs.Construct scope, String id, String matchmakingConfigurationArn) (experimental) Import an existing matchmaking configuration from its ARN.static IMatchmakingConfiguration
StandaloneMatchmakingConfiguration.fromStandaloneMatchmakingConfigurationName
(software.constructs.Construct scope, String id, String matchmakingConfigurationName) (experimental) Import an existing matchmaking configuration from its name.