Class ServiceTaskSpecLogDriverArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecLogDriverArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecLogDriverArgs()
Declaration
public ServiceTaskSpecLogDriverArgs()
Properties
View SourceName
The logging driver to use. Either (none|json-file|syslog|journald|gelf|fluentd|awslogs|splunk|etwlogs|gcplogs).
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Options
The options for the logging driver, e.g.
Declaration
public InputMap<string> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |