Show / Hide Table of Contents

Class PluginState

Inheritance
System.Object
InputArgs
ResourceArgs
PluginState
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.Kong
Assembly: Pulumi.Kong.dll
Syntax
public sealed class PluginState : ResourceArgs

Constructors

View Source

PluginState()

Declaration
public PluginState()

Properties

View Source

ComputedConfig

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

ConfigJson

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>
View Source

ConsumerId

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

Enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

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

RouteId

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

ServiceId

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

StrictMatch

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