Class PluginArgs
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 PluginArgs : ResourceArgs
Constructors
View SourcePluginArgs()
Declaration
public PluginArgs()
Properties
View SourceConfigJson
plugin configuration in JSON format, configuration must be a valid JSON object.
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> |
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteId
Declaration
public Input<string> RouteId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceId
Declaration
public Input<string> ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StrictMatch
Declaration
public Input<bool> StrictMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |