Service Task Spec Container Spec Args
constructor(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, configs: Output<List<ServiceTaskSpecContainerSpecConfigArgs>>? = null, dir: Output<String>? = null, dnsConfig: Output<ServiceTaskSpecContainerSpecDnsConfigArgs>? = null, env: Output<Map<String, String>>? = null, groups: Output<List<String>>? = null, healthcheck: Output<ServiceTaskSpecContainerSpecHealthcheckArgs>? = null, hostname: Output<String>? = null, hosts: Output<List<ServiceTaskSpecContainerSpecHostArgs>>? = null, image: Output<String>, isolation: Output<String>? = null, labels: Output<List<ServiceTaskSpecContainerSpecLabelArgs>>? = null, mounts: Output<List<ServiceTaskSpecContainerSpecMountArgs>>? = null, privileges: Output<ServiceTaskSpecContainerSpecPrivilegesArgs>? = null, readOnly: Output<Boolean>? = null, secrets: Output<List<ServiceTaskSpecContainerSpecSecretArgs>>? = null, stopGracePeriod: Output<String>? = null, stopSignal: Output<String>? = null, user: Output<String>? = null)