Class KeysKeyArgs
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 KeysKeyArgs : ResourceArgs
Constructors
View SourceKeysKeyArgs()
Declaration
public KeysKeyArgs()
Properties
View SourceDefault
Declaration
public Input<string> Default { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Delete
If true, then the key will be deleted when either its configuration block is removed from the configuration or the entire resource is destroyed. Otherwise, it will be left in Consul. Defaults to false.
Declaration
public Input<bool> Delete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Flags
An unsigned integer value to attach to the key (defaults to 0).
Declaration
public Input<int> Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
This is the path in Consul that should be written to.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value to write to the given path.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |