MatchmakingConfigurationArgs

constructor(acceptanceRequired: Output<Boolean>? = null, acceptanceTimeoutSeconds: Output<Int>? = null, additionalPlayerCount: Output<Int>? = null, backfillMode: Output<MatchmakingConfigurationBackfillMode>? = null, creationTime: Output<String>? = null, customEventData: Output<String>? = null, description: Output<String>? = null, flexMatchMode: Output<MatchmakingConfigurationFlexMatchMode>? = null, gameProperties: Output<List<MatchmakingConfigurationGamePropertyArgs>>? = null, gameSessionData: Output<String>? = null, gameSessionQueueArns: Output<List<String>>? = null, name: Output<String>? = null, notificationTarget: Output<String>? = null, requestTimeoutSeconds: Output<Int>? = null, ruleSetArn: Output<String>? = null, ruleSetName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)