Show / Hide Table of Contents

Class GetKeyPrefixSubkeyCollectionResult

Inheritance
System.Object
GetKeyPrefixSubkeyCollectionResult
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 GetKeyPrefixSubkeyCollectionResult

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 subkey in Consul.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Path

This is the subkey path in Consul (which will be appended to the given path_prefix) to construct the full key that will be used to read the value.

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