App Template Args
constructor(azureQueueScaleRules: Output<List<AppTemplateAzureQueueScaleRuleArgs>>? = null, containers: Output<List<AppTemplateContainerArgs>>, customScaleRules: Output<List<AppTemplateCustomScaleRuleArgs>>? = null, httpScaleRules: Output<List<AppTemplateHttpScaleRuleArgs>>? = null, initContainers: Output<List<AppTemplateInitContainerArgs>>? = null, maxReplicas: Output<Int>? = null, minReplicas: Output<Int>? = null, revisionSuffix: Output<String>? = null, tcpScaleRules: Output<List<AppTemplateTcpScaleRuleArgs>>? = null, terminationGracePeriodSeconds: Output<Int>? = null, volumes: Output<List<AppTemplateVolumeArgs>>? = null)