Show / Hide Table of Contents

Class GetKeyPrefixSubkeyCollectionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKeyPrefixSubkeyCollectionArgs
Inherited Members
InvokeArgs.Empty
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 GetKeyPrefixSubkeyCollectionArgs : InvokeArgs

Constructors

View Source

GetKeyPrefixSubkeyCollectionArgs()

Declaration
public GetKeyPrefixSubkeyCollectionArgs()

Properties

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 string Default { get; set; }
Property 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 string Name { get; set; }
Property 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 string Path { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.