Class GetKeysKeyArgs
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.Consul.Inputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetKeysKeyArgs : InvokeArgs
Constructors
View SourceGetKeysKeyArgs()
Declaration
public GetKeysKeyArgs()
Properties
View SourceDefault
This is the default value to set for var.<name>
if the key does not exist in Consul. Defaults to an empty string.
Declaration
public string Default { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
This is the name of the key. This value of the
key is exposed as var.<name>. This is not the path of the key
in Consul.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Path
This is the path in Consul that should be read or written to.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |