Show / Hide Table of Contents

Class ConfigEntryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigEntryArgs
Inherited Members
ResourceArgs.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
Assembly: Pulumi.Consul.dll
Syntax
public sealed class ConfigEntryArgs : ResourceArgs

Constructors

View Source

ConfigEntryArgs()

Declaration
public ConfigEntryArgs()

Properties

View Source

ConfigJson

An arbitrary map of configuration values.

Declaration
public Input<string> ConfigJson { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Kind

The kind of configuration entry to register.

Declaration
public Input<string> Kind { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the configuration entry being registred.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.