Show / Hide Table of Contents

Class GetKeysKeyResult

Inheritance
System.Object
GetKeysKeyResult
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.Outputs
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetKeysKeyResult

Fields

View Source

Default

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 readonly string Default
Field Value
Type Description
System.String
View Source

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 readonly string Name
Field Value
Type Description
System.String
View Source

Path

This is the path in Consul that should be read or written to.

Declaration
public readonly string Path
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.