Show / Hide Table of Contents

Class ProviderArgs

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

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

KongAdminPassword

An basic auth password for kong admin

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

KongAdminToken

API key for the kong api (Enterprise Edition)

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

KongAdminUri

The address of the kong admin url e.g. http://localhost:8001

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

KongAdminUsername

An basic auth user for kong admin

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

KongApiKey

API key for the kong api (if you have locked it down)

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

StrictPluginsMatch

Should plugins config_json field strictly match plugin configuration

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

TlsSkipVerify

Whether to skip tls verify for https kong api endpoint using self signed or untrusted certs

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