Service Task Spec Container Spec Args
data class ServiceTaskSpecContainerSpecArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val configs: Output<List<ServiceTaskSpecContainerSpecConfigArgs>>? = null, val dir: Output<String>? = null, val dnsConfig: Output<ServiceTaskSpecContainerSpecDnsConfigArgs>? = null, val env: Output<Map<String, String>>? = null, val groups: Output<List<String>>? = null, val healthcheck: Output<ServiceTaskSpecContainerSpecHealthcheckArgs>? = null, val hostname: Output<String>? = null, val hosts: Output<List<ServiceTaskSpecContainerSpecHostArgs>>? = null, val image: Output<String>, val isolation: Output<String>? = null, val labels: Output<List<ServiceTaskSpecContainerSpecLabelArgs>>? = null, val mounts: Output<List<ServiceTaskSpecContainerSpecMountArgs>>? = null, val privileges: Output<ServiceTaskSpecContainerSpecPrivilegesArgs>? = null, val readOnly: Output<Boolean>? = null, val secrets: Output<List<ServiceTaskSpecContainerSpecSecretArgs>>? = null, val stopGracePeriod: Output<String>? = null, val stopSignal: Output<String>? = null, val user: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecArgs>
Constructors
Link copied to clipboard
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)