MatchmakingConfiguration constructor
MatchmakingConfiguration({
- bool? acceptanceRequired,
- int? acceptanceTimeoutSeconds,
- int? additionalPlayerCount,
- BackfillMode? backfillMode,
- String? configurationArn,
- DateTime? creationTime,
- String? customEventData,
- String? description,
- FlexMatchMode? flexMatchMode,
- List<
GameProperty> ? gameProperties, - String? gameSessionData,
- List<
String> ? gameSessionQueueArns, - String? name,
- String? notificationTarget,
- int? requestTimeoutSeconds,
- String? ruleSetArn,
- String? ruleSetName,
Implementation
MatchmakingConfiguration({
this.acceptanceRequired,
this.acceptanceTimeoutSeconds,
this.additionalPlayerCount,
this.backfillMode,
this.configurationArn,
this.creationTime,
this.customEventData,
this.description,
this.flexMatchMode,
this.gameProperties,
this.gameSessionData,
this.gameSessionQueueArns,
this.name,
this.notificationTarget,
this.requestTimeoutSeconds,
this.ruleSetArn,
this.ruleSetName,
});