Class IMatchmakingConfiguration.Jsii$Proxy
- All Implemented Interfaces:
IResource
,IResource.Jsii$Default
,IMatchmakingConfiguration
,IMatchmakingConfiguration.Jsii$Default
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IMatchmakingConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.IMatchmakingConfiguration
IMatchmakingConfiguration.Jsii$Default, IMatchmakingConfiguration.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
applyRemovalPolicy
(RemovalPolicy policy) Apply the given removal policy to this resource.final ResourceEnvironment
getEnv()
The environment this resource belongs to.final String
(experimental) The ARN of the matchmaking configuration.final String
(experimental) The name of the matchmaking configuration.final software.constructs.Node
getNode()
The tree node.final ITopic
(experimental) The notification target for matchmaking events.final Stack
getStack()
The stack in which this resource is defined.final Metric
(experimental) Return the given named metric for this matchmaking configuration.final Metric
metric
(String metricName, MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.final Metric
(experimental) Matchmaking requests currently being processed or waiting to be processed.final Metric
(experimental) Matchmaking requests currently being processed or waiting to be processed.final Metric
(experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.final Metric
(experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.final Metric
(experimental) Potential matches that were created since the last report.final Metric
(experimental) Potential matches that were created since the last report.final Metric
(experimental) Matches that were successfully placed into a game session since the last report.final Metric
metricMatchesPlaced
(MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.final Metric
(experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.final Metric
(experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.final Metric
(experimental) Players in matchmaking tickets that were added since the last report.final Metric
(experimental) Players in matchmaking tickets that were added since the last report.final Metric
(experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.final Metric
metricTimeToMatch
(MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getNode
@Stability(Stable) @NotNull public final software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIMatchmakingConfiguration.Jsii$Default
- Specified by:
getNode
in interfaceIResource.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
getEnv
in interfaceIMatchmakingConfiguration.Jsii$Default
- Specified by:
getEnv
in interfaceIResource
- Specified by:
getEnv
in interfaceIResource.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStack
in interfaceIMatchmakingConfiguration.Jsii$Default
- Specified by:
getStack
in interfaceIResource
- Specified by:
getStack
in interfaceIResource.Jsii$Default
-
getMatchmakingConfigurationArn
(experimental) The ARN of the matchmaking configuration.- Specified by:
getMatchmakingConfigurationArn
in interfaceIMatchmakingConfiguration
- Specified by:
getMatchmakingConfigurationArn
in interfaceIMatchmakingConfiguration.Jsii$Default
-
getMatchmakingConfigurationName
(experimental) The name of the matchmaking configuration.- Specified by:
getMatchmakingConfigurationName
in interfaceIMatchmakingConfiguration
- Specified by:
getMatchmakingConfigurationName
in interfaceIMatchmakingConfiguration.Jsii$Default
-
getNotificationTarget
(experimental) The notification target for matchmaking events.- Specified by:
getNotificationTarget
in interfaceIMatchmakingConfiguration
- Specified by:
getNotificationTarget
in interfaceIMatchmakingConfiguration.Jsii$Default
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY
), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN
).- Specified by:
applyRemovalPolicy
in interfaceIMatchmakingConfiguration.Jsii$Default
- Specified by:
applyRemovalPolicy
in interfaceIResource
- Specified by:
applyRemovalPolicy
in interfaceIResource.Jsii$Default
- Parameters:
policy
- This parameter is required.
-
metric
@Stability(Experimental) @NotNull public final Metric metric(@NotNull String metricName, @Nullable MetricOptions props) (experimental) Return the given named metric for this matchmaking configuration.- Specified by:
metric
in interfaceIMatchmakingConfiguration
- Specified by:
metric
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
metricName
- This parameter is required.props
-
-
metric
(experimental) Return the given named metric for this matchmaking configuration.- Specified by:
metric
in interfaceIMatchmakingConfiguration
- Parameters:
metricName
- This parameter is required.
-
metricCurrentTickets
@Stability(Experimental) @NotNull public final Metric metricCurrentTickets(@Nullable MetricOptions props) (experimental) Matchmaking requests currently being processed or waiting to be processed.- Specified by:
metricCurrentTickets
in interfaceIMatchmakingConfiguration
- Specified by:
metricCurrentTickets
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricCurrentTickets
(experimental) Matchmaking requests currently being processed or waiting to be processed.- Specified by:
metricCurrentTickets
in interfaceIMatchmakingConfiguration
-
metricMatchesAccepted
@Stability(Experimental) @NotNull public final Metric metricMatchesAccepted(@Nullable MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.- Specified by:
metricMatchesAccepted
in interfaceIMatchmakingConfiguration
- Specified by:
metricMatchesAccepted
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricMatchesAccepted
(experimental) For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report.- Specified by:
metricMatchesAccepted
in interfaceIMatchmakingConfiguration
-
metricMatchesCreated
@Stability(Experimental) @NotNull public final Metric metricMatchesCreated(@Nullable MetricOptions props) (experimental) Potential matches that were created since the last report.- Specified by:
metricMatchesCreated
in interfaceIMatchmakingConfiguration
- Specified by:
metricMatchesCreated
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricMatchesCreated
(experimental) Potential matches that were created since the last report.- Specified by:
metricMatchesCreated
in interfaceIMatchmakingConfiguration
-
metricMatchesPlaced
@Stability(Experimental) @NotNull public final Metric metricMatchesPlaced(@Nullable MetricOptions props) (experimental) Matches that were successfully placed into a game session since the last report.- Specified by:
metricMatchesPlaced
in interfaceIMatchmakingConfiguration
- Specified by:
metricMatchesPlaced
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricMatchesPlaced
(experimental) Matches that were successfully placed into a game session since the last report.- Specified by:
metricMatchesPlaced
in interfaceIMatchmakingConfiguration
-
metricMatchesRejected
@Stability(Experimental) @NotNull public final Metric metricMatchesRejected(@Nullable MetricOptions props) (experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.- Specified by:
metricMatchesRejected
in interfaceIMatchmakingConfiguration
- Specified by:
metricMatchesRejected
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricMatchesRejected
(experimental) For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report.- Specified by:
metricMatchesRejected
in interfaceIMatchmakingConfiguration
-
metricPlayersStarted
@Stability(Experimental) @NotNull public final Metric metricPlayersStarted(@Nullable MetricOptions props) (experimental) Players in matchmaking tickets that were added since the last report.- Specified by:
metricPlayersStarted
in interfaceIMatchmakingConfiguration
- Specified by:
metricPlayersStarted
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricPlayersStarted
(experimental) Players in matchmaking tickets that were added since the last report.- Specified by:
metricPlayersStarted
in interfaceIMatchmakingConfiguration
-
metricTimeToMatch
@Stability(Experimental) @NotNull public final Metric metricTimeToMatch(@Nullable MetricOptions props) (experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.Units: seconds
- Specified by:
metricTimeToMatch
in interfaceIMatchmakingConfiguration
- Specified by:
metricTimeToMatch
in interfaceIMatchmakingConfiguration.Jsii$Default
- Parameters:
props
-
-
metricTimeToMatch
(experimental) For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation.Units: seconds
- Specified by:
metricTimeToMatch
in interfaceIMatchmakingConfiguration
-