Show / Hide Table of Contents

Class ConsumerPluginConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConsumerPluginConfigArgs
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 ConsumerPluginConfigArgs : ResourceArgs

Constructors

View Source

ConsumerPluginConfigArgs()

Declaration
public ConsumerPluginConfigArgs()

Properties

View Source

ConfigJson

JSON format of plugin config

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

PluginName

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