konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginAcme
Explore with Pulumi AI
Using getGatewayPluginAcme
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGatewayPluginAcme(args: GetGatewayPluginAcmeArgs, opts?: InvokeOptions): Promise<GetGatewayPluginAcmeResult>
function getGatewayPluginAcmeOutput(args: GetGatewayPluginAcmeOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginAcmeResult>
def get_gateway_plugin_acme(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginAcmeResult
def get_gateway_plugin_acme_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginAcmeResult]
func LookupGatewayPluginAcme(ctx *Context, args *LookupGatewayPluginAcmeArgs, opts ...InvokeOption) (*LookupGatewayPluginAcmeResult, error)
func LookupGatewayPluginAcmeOutput(ctx *Context, args *LookupGatewayPluginAcmeOutputArgs, opts ...InvokeOption) LookupGatewayPluginAcmeResultOutput
> Note: This function is named LookupGatewayPluginAcme
in the Go SDK.
public static class GetGatewayPluginAcme
{
public static Task<GetGatewayPluginAcmeResult> InvokeAsync(GetGatewayPluginAcmeArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginAcmeResult> Invoke(GetGatewayPluginAcmeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginAcmeResult> getGatewayPluginAcme(GetGatewayPluginAcmeArgs args, InvokeOptions options)
public static Output<GetGatewayPluginAcmeResult> getGatewayPluginAcme(GetGatewayPluginAcmeArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginAcme:getGatewayPluginAcme
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginAcme Result
The following output properties are available:
- Config
Get
Gateway Plugin Acme Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Acme Ordering - Protocols List<string>
- List<string>
- Updated
At double
- Config
Get
Gateway Plugin Acme Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Acme Ordering - Protocols []string
- []string
- Updated
At float64
- config
Get
Gateway Plugin Acme Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Acme Ordering - protocols List<String>
- List<String>
- updated
At Double
- config
Get
Gateway Plugin Acme Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Acme Ordering - protocols string[]
- string[]
- updated
At number
- config
Get
Gateway Plugin Acme Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Acme Ordering - protocols Sequence[str]
- Sequence[str]
- updated_
at float
- config Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginAcmeConfig
- Account
Email string - The account identifier. Can be reused in a different plugin instance.
- Account
Key GetGateway Plugin Acme Config Account Key - The private key associated with the account.
- Allow
Any boolDomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - Api
Uri string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Cert
Type string - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - Domains List<string>
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- Eab
Hmac stringKey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- Eab
Kid string - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- Enable
Ipv4Common boolName - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- Fail
Backoff doubleMinutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- Preferred
Chain string - A string value that specifies the preferred certificate chain to use when generating certificates.
- Renew
Threshold doubleDays - Days remaining to renew the certificate before it expires.
- Rsa
Key doubleSize - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- Storage string
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - Storage
Config GetGateway Plugin Acme Config Storage Config - Tos
Accepted bool - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
- Account
Email string - The account identifier. Can be reused in a different plugin instance.
- Account
Key GetGateway Plugin Acme Config Account Key - The private key associated with the account.
- Allow
Any boolDomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - Api
Uri string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- Cert
Type string - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - Domains []string
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- Eab
Hmac stringKey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- Eab
Kid string - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- Enable
Ipv4Common boolName - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- Fail
Backoff float64Minutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- Preferred
Chain string - A string value that specifies the preferred certificate chain to use when generating certificates.
- Renew
Threshold float64Days - Days remaining to renew the certificate before it expires.
- Rsa
Key float64Size - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- Storage string
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - Storage
Config GetGateway Plugin Acme Config Storage Config - Tos
Accepted bool - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
- account
Email String - The account identifier. Can be reused in a different plugin instance.
- account
Key GetGateway Plugin Acme Config Account Key - The private key associated with the account.
- allow
Any BooleanDomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - api
Uri String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- cert
Type String - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - domains List<String>
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- eab
Hmac StringKey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- eab
Kid String - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- enable
Ipv4Common BooleanName - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- fail
Backoff DoubleMinutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- preferred
Chain String - A string value that specifies the preferred certificate chain to use when generating certificates.
- renew
Threshold DoubleDays - Days remaining to renew the certificate before it expires.
- rsa
Key DoubleSize - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- storage String
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - storage
Config GetGateway Plugin Acme Config Storage Config - tos
Accepted Boolean - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
- account
Email string - The account identifier. Can be reused in a different plugin instance.
- account
Key GetGateway Plugin Acme Config Account Key - The private key associated with the account.
- allow
Any booleanDomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - api
Uri string - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- cert
Type string - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - domains string[]
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- eab
Hmac stringKey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- eab
Kid string - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- enable
Ipv4Common booleanName - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- fail
Backoff numberMinutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- preferred
Chain string - A string value that specifies the preferred certificate chain to use when generating certificates.
- renew
Threshold numberDays - Days remaining to renew the certificate before it expires.
- rsa
Key numberSize - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- storage string
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - storage
Config GetGateway Plugin Acme Config Storage Config - tos
Accepted boolean - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
- account_
email str - The account identifier. Can be reused in a different plugin instance.
- account_
key GetGateway Plugin Acme Config Account Key - The private key associated with the account.
- allow_
any_ booldomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - api_
uri str - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- cert_
type str - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - domains Sequence[str]
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- eab_
hmac_ strkey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- eab_
kid str - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- enable_
ipv4_ boolcommon_ name - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- fail_
backoff_ floatminutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- preferred_
chain str - A string value that specifies the preferred certificate chain to use when generating certificates.
- renew_
threshold_ floatdays - Days remaining to renew the certificate before it expires.
- rsa_
key_ floatsize - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- storage str
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - storage_
config GetGateway Plugin Acme Config Storage Config - tos_
accepted bool - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
- account
Email String - The account identifier. Can be reused in a different plugin instance.
- account
Key Property Map - The private key associated with the account.
- allow
Any BooleanDomain - If set to
true
, the plugin allows all domains and ignores any values in thedomains
list. - api
Uri String - A string representing a URL, such as https://example.com/path/to/resource?q=search.
- cert
Type String - The certificate type to create. The possible values are
rsa
for RSA certificate orecc
for EC certificate. - domains List<String>
- An array of strings representing hosts. A valid host is a string containing one or more labels separated by periods, with at most one wildcard label ('*')
- eab
Hmac StringKey - External account binding (EAB) base64-encoded URL string of the HMAC key. You usually don't need to set this unless it is explicitly required by the CA.
- eab
Kid String - External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
- enable
Ipv4Common BooleanName - A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
- fail
Backoff NumberMinutes - Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
- preferred
Chain String - A string value that specifies the preferred certificate chain to use when generating certificates.
- renew
Threshold NumberDays - Days remaining to renew the certificate before it expires.
- rsa
Key NumberSize - RSA private key size for the certificate. The possible values are 2048, 3072, or 4096.
- storage String
- The backend storage type to use. In DB-less mode and Konnect,
kong
storage is unavailable. In hybrid mode and Konnect,shm
storage is unavailable.shm
storage does not persist during Kong restarts and does not work for Kong running on different machines, so consider using one ofkong
,redis
,consul
, orvault
in production. - storage
Config Property Map - tos
Accepted Boolean - If you are using Let's Encrypt, you must set this to
true
to agree the terms of service.
GetGatewayPluginAcmeConfigAccountKey
GetGatewayPluginAcmeConfigStorageConfig
GetGatewayPluginAcmeConfigStorageConfigConsul
GetGatewayPluginAcmeConfigStorageConfigRedis
- Database double
- Database to use for the Redis connection when using the
redis
strategy - Extra
Options GetGateway Plugin Acme Config Storage Config Redis Extra Options - Custom ACME Redis options
- Host string
- A string representing a host name, such as example.com.
- Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port double
- An integer representing a port number between 0 and 65535, inclusive.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Timeout double
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- Database float64
- Database to use for the Redis connection when using the
redis
strategy - Extra
Options GetGateway Plugin Acme Config Storage Config Redis Extra Options - Custom ACME Redis options
- Host string
- A string representing a host name, such as example.com.
- Password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- Port float64
- An integer representing a port number between 0 and 65535, inclusive.
- Server
Name string - A string representing an SNI (server name indication) value for TLS.
- Ssl bool
- If set to true, uses SSL to connect to Redis.
- Ssl
Verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - Timeout float64
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- Username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database Double
- Database to use for the Redis connection when using the
redis
strategy - extra
Options GetGateway Plugin Acme Config Storage Config Redis Extra Options - Custom ACME Redis options
- host String
- A string representing a host name, such as example.com.
- password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Double
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout Double
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database number
- Database to use for the Redis connection when using the
redis
strategy - extra
Options GetGateway Plugin Acme Config Storage Config Redis Extra Options - Custom ACME Redis options
- host string
- A string representing a host name, such as example.com.
- password string
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port number
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name string - A string representing an SNI (server name indication) value for TLS.
- ssl boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout number
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username string
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database float
- Database to use for the Redis connection when using the
redis
strategy - extra_
options GetGateway Plugin Acme Config Storage Config Redis Extra Options - Custom ACME Redis options
- host str
- A string representing a host name, such as example.com.
- password str
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port float
- An integer representing a port number between 0 and 65535, inclusive.
- server_
name str - A string representing an SNI (server name indication) value for TLS.
- ssl bool
- If set to true, uses SSL to connect to Redis.
- ssl_
verify bool - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout float
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username str
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
- database Number
- Database to use for the Redis connection when using the
redis
strategy - extra
Options Property Map - Custom ACME Redis options
- host String
- A string representing a host name, such as example.com.
- password String
- Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
- port Number
- An integer representing a port number between 0 and 65535, inclusive.
- server
Name String - A string representing an SNI (server name indication) value for TLS.
- ssl Boolean
- If set to true, uses SSL to connect to Redis.
- ssl
Verify Boolean - If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure
lua_ssl_trusted_certificate
inkong.conf
to specify the CA (or server) certificate used by your Redis server. You may also need to configurelua_ssl_verify_depth
accordingly. - timeout Number
- An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
- username String
- Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to
default
.
GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
- namespace str
- A namespace to prepend to all keys stored in Redis.
- scan_
count float - The number of keys to return in Redis SCAN calls.
GetGatewayPluginAcmeConfigStorageConfigShm
- Shm
Name string - Name of shared memory zone used for Kong API gateway storage
- Shm
Name string - Name of shared memory zone used for Kong API gateway storage
- shm
Name String - Name of shared memory zone used for Kong API gateway storage
- shm
Name string - Name of shared memory zone used for Kong API gateway storage
- shm_
name str - Name of shared memory zone used for Kong API gateway storage
- shm
Name String - Name of shared memory zone used for Kong API gateway storage
GetGatewayPluginAcmeConfigStorageConfigVault
- Auth
Method string - Auth Method, default to token, can be 'token' or 'kubernetes'.
- Auth
Path string - Vault's authentication path to use.
- Auth
Role string - The role to try and assign.
- Host string
- A string representing a host name, such as example.com.
- Https bool
- Boolean representation of https.
- Jwt
Path string - The path to the JWT.
- Kv
Path string - KV prefix path.
- Port double
- An integer representing a port number between 0 and 65535, inclusive.
- Timeout double
- Timeout in milliseconds.
- Tls
Server stringName - SNI used in request, default to host if omitted.
- Tls
Verify bool - Turn on TLS verification.
- Token string
- Consul ACL token.
- Auth
Method string - Auth Method, default to token, can be 'token' or 'kubernetes'.
- Auth
Path string - Vault's authentication path to use.
- Auth
Role string - The role to try and assign.
- Host string
- A string representing a host name, such as example.com.
- Https bool
- Boolean representation of https.
- Jwt
Path string - The path to the JWT.
- Kv
Path string - KV prefix path.
- Port float64
- An integer representing a port number between 0 and 65535, inclusive.
- Timeout float64
- Timeout in milliseconds.
- Tls
Server stringName - SNI used in request, default to host if omitted.
- Tls
Verify bool - Turn on TLS verification.
- Token string
- Consul ACL token.
- auth
Method String - Auth Method, default to token, can be 'token' or 'kubernetes'.
- auth
Path String - Vault's authentication path to use.
- auth
Role String - The role to try and assign.
- host String
- A string representing a host name, such as example.com.
- https Boolean
- Boolean representation of https.
- jwt
Path String - The path to the JWT.
- kv
Path String - KV prefix path.
- port Double
- An integer representing a port number between 0 and 65535, inclusive.
- timeout Double
- Timeout in milliseconds.
- tls
Server StringName - SNI used in request, default to host if omitted.
- tls
Verify Boolean - Turn on TLS verification.
- token String
- Consul ACL token.
- auth
Method string - Auth Method, default to token, can be 'token' or 'kubernetes'.
- auth
Path string - Vault's authentication path to use.
- auth
Role string - The role to try and assign.
- host string
- A string representing a host name, such as example.com.
- https boolean
- Boolean representation of https.
- jwt
Path string - The path to the JWT.
- kv
Path string - KV prefix path.
- port number
- An integer representing a port number between 0 and 65535, inclusive.
- timeout number
- Timeout in milliseconds.
- tls
Server stringName - SNI used in request, default to host if omitted.
- tls
Verify boolean - Turn on TLS verification.
- token string
- Consul ACL token.
- auth_
method str - Auth Method, default to token, can be 'token' or 'kubernetes'.
- auth_
path str - Vault's authentication path to use.
- auth_
role str - The role to try and assign.
- host str
- A string representing a host name, such as example.com.
- https bool
- Boolean representation of https.
- jwt_
path str - The path to the JWT.
- kv_
path str - KV prefix path.
- port float
- An integer representing a port number between 0 and 65535, inclusive.
- timeout float
- Timeout in milliseconds.
- tls_
server_ strname - SNI used in request, default to host if omitted.
- tls_
verify bool - Turn on TLS verification.
- token str
- Consul ACL token.
- auth
Method String - Auth Method, default to token, can be 'token' or 'kubernetes'.
- auth
Path String - Vault's authentication path to use.
- auth
Role String - The role to try and assign.
- host String
- A string representing a host name, such as example.com.
- https Boolean
- Boolean representation of https.
- jwt
Path String - The path to the JWT.
- kv
Path String - KV prefix path.
- port Number
- An integer representing a port number between 0 and 65535, inclusive.
- timeout Number
- Timeout in milliseconds.
- tls
Server StringName - SNI used in request, default to host if omitted.
- tls
Verify Boolean - Turn on TLS verification.
- token String
- Consul ACL token.
GetGatewayPluginAcmeOrdering
GetGatewayPluginAcmeOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginAcmeOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.