ServiceArgs

constructor(auth: Output<ServiceAuthArgs>? = null, convergeConfig: Output<ServiceConvergeConfigArgs>? = null, endpointSpec: Output<ServiceEndpointSpecArgs>? = null, labels: Output<List<ServiceLabelArgs>>? = null, mode: Output<ServiceModeArgs>? = null, name: Output<String>? = null, rollbackConfig: Output<ServiceRollbackConfigArgs>? = null, taskSpec: Output<ServiceTaskSpecArgs>? = null, updateConfig: Output<ServiceUpdateConfigArgs>? = null)