GameServerGroupArgs

constructor(autoScalingPolicy: Output<GameServerGroupAutoScalingPolicyArgs>? = null, balancingStrategy: Output<GameServerGroupBalancingStrategy>? = null, deleteOption: Output<GameServerGroupDeleteOption>? = null, gameServerGroupName: Output<String>? = null, gameServerProtectionPolicy: Output<GameServerGroupGameServerProtectionPolicy>? = null, instanceDefinitions: Output<List<GameServerGroupInstanceDefinitionArgs>>? = null, launchTemplate: Output<GameServerGroupLaunchTemplateArgs>? = null, maxSize: Output<Double>? = null, minSize: Output<Double>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcSubnets: Output<List<String>>? = null)