Class ServiceTaskSpecLogDriver
Inheritance
System.Object
ServiceTaskSpecLogDriver
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecLogDriver
Fields
View SourceName
The logging driver to use. Either (none|json-file|syslog|journald|gelf|fluentd|awslogs|splunk|etwlogs|gcplogs).
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Options
The options for the logging driver, e.g.
Declaration
public readonly ImmutableDictionary<string, string> Options
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |