Class ProviderArgs
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 ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceKongAdminPassword
An basic auth password for kong admin
Declaration
public Input<string> KongAdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KongAdminToken
API key for the kong api (Enterprise Edition)
Declaration
public Input<string> KongAdminToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
KongAdminUsername
An basic auth user for kong admin
Declaration
public Input<string> KongAdminUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
StrictPluginsMatch
Should plugins config_json field strictly match plugin configuration
Declaration
public Input<bool> StrictPluginsMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |