Class ServiceConfigState
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceConfigState : ResourceArgs
Constructors
View SourceServiceConfigState()
Declaration
public ServiceConfigState()
Properties
View SourceData
The base64 encoded data of the config.
Declaration
public Input<string> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Docker config.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |