Class ConsumerPluginConfigState
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.Kong
Assembly: Pulumi.Kong.dll
Syntax
public sealed class ConsumerPluginConfigState : ResourceArgs
Constructors
View SourceConsumerPluginConfigState()
Declaration
public ConsumerPluginConfigState()
Properties
View SourceComputedConfig
Declaration
public Input<string> ComputedConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConfigJson
JSON format of plugin config
Declaration
public Input<string> ConfigJson { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConsumerId
Declaration
public Input<string> ConsumerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginName
Declaration
public Input<string> PluginName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |