Auto Scaling Configuration Args
fun AutoScalingConfigurationArgs(autoScalingConfigurationName: Output<String>? = null, maxConcurrency: Output<Int>? = null, maxSize: Output<Int>? = null, minSize: Output<Int>? = null, tags: Output<List<AutoScalingConfigurationTagArgs>>? = null)