Class ConsumerPluginConfigArgs
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 ConsumerPluginConfigArgs : ResourceArgs
Constructors
View SourceConsumerPluginConfigArgs()
Declaration
public ConsumerPluginConfigArgs()
Properties
View SourceConfigJson
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> |