1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginAcme
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginAcme

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayPluginAcme Result

    The following output properties are available:

    config Property Map
    controlPlaneId String
    createdAt Number
    enabled Boolean
    id String
    instanceName String
    ordering Property Map
    protocols List<String>
    tags List<String>
    updatedAt Number

    Supporting Types

    GetGatewayPluginAcmeConfig

    AccountEmail string
    The account identifier. Can be reused in a different plugin instance.
    AccountKey GetGatewayPluginAcmeConfigAccountKey
    The private key associated with the account.
    AllowAnyDomain bool
    If set to true, the plugin allows all domains and ignores any values in the domains list.
    ApiUri string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    CertType string
    The certificate type to create. The possible values are rsa for RSA certificate or ecc 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 ('*')
    EabHmacKey string
    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.
    EabKid string
    External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
    EnableIpv4CommonName bool
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    FailBackoffMinutes double
    Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
    PreferredChain string
    A string value that specifies the preferred certificate chain to use when generating certificates.
    RenewThresholdDays double
    Days remaining to renew the certificate before it expires.
    RsaKeySize double
    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 of kong, redis, consul, or vault in production.
    StorageConfig GetGatewayPluginAcmeConfigStorageConfig
    TosAccepted bool
    If you are using Let's Encrypt, you must set this to true to agree the terms of service.
    AccountEmail string
    The account identifier. Can be reused in a different plugin instance.
    AccountKey GetGatewayPluginAcmeConfigAccountKey
    The private key associated with the account.
    AllowAnyDomain bool
    If set to true, the plugin allows all domains and ignores any values in the domains list.
    ApiUri string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    CertType string
    The certificate type to create. The possible values are rsa for RSA certificate or ecc 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 ('*')
    EabHmacKey string
    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.
    EabKid string
    External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
    EnableIpv4CommonName bool
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    FailBackoffMinutes float64
    Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
    PreferredChain string
    A string value that specifies the preferred certificate chain to use when generating certificates.
    RenewThresholdDays float64
    Days remaining to renew the certificate before it expires.
    RsaKeySize float64
    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 of kong, redis, consul, or vault in production.
    StorageConfig GetGatewayPluginAcmeConfigStorageConfig
    TosAccepted bool
    If you are using Let's Encrypt, you must set this to true to agree the terms of service.
    accountEmail String
    The account identifier. Can be reused in a different plugin instance.
    accountKey GetGatewayPluginAcmeConfigAccountKey
    The private key associated with the account.
    allowAnyDomain Boolean
    If set to true, the plugin allows all domains and ignores any values in the domains list.
    apiUri String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    certType String
    The certificate type to create. The possible values are rsa for RSA certificate or ecc 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 ('*')
    eabHmacKey String
    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.
    eabKid String
    External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
    enableIpv4CommonName Boolean
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    failBackoffMinutes Double
    Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
    preferredChain String
    A string value that specifies the preferred certificate chain to use when generating certificates.
    renewThresholdDays Double
    Days remaining to renew the certificate before it expires.
    rsaKeySize Double
    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 of kong, redis, consul, or vault in production.
    storageConfig GetGatewayPluginAcmeConfigStorageConfig
    tosAccepted Boolean
    If you are using Let's Encrypt, you must set this to true to agree the terms of service.
    accountEmail string
    The account identifier. Can be reused in a different plugin instance.
    accountKey GetGatewayPluginAcmeConfigAccountKey
    The private key associated with the account.
    allowAnyDomain boolean
    If set to true, the plugin allows all domains and ignores any values in the domains list.
    apiUri string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    certType string
    The certificate type to create. The possible values are rsa for RSA certificate or ecc 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 ('*')
    eabHmacKey string
    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.
    eabKid string
    External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
    enableIpv4CommonName boolean
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    failBackoffMinutes number
    Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
    preferredChain string
    A string value that specifies the preferred certificate chain to use when generating certificates.
    renewThresholdDays number
    Days remaining to renew the certificate before it expires.
    rsaKeySize number
    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 of kong, redis, consul, or vault in production.
    storageConfig GetGatewayPluginAcmeConfigStorageConfig
    tosAccepted 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 GetGatewayPluginAcmeConfigAccountKey
    The private key associated with the account.
    allow_any_domain bool
    If set to true, the plugin allows all domains and ignores any values in the domains 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 or ecc 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_key str
    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_common_name bool
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    fail_backoff_minutes float
    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_days float
    Days remaining to renew the certificate before it expires.
    rsa_key_size float
    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 of kong, redis, consul, or vault in production.
    storage_config GetGatewayPluginAcmeConfigStorageConfig
    tos_accepted bool
    If you are using Let's Encrypt, you must set this to true to agree the terms of service.
    accountEmail String
    The account identifier. Can be reused in a different plugin instance.
    accountKey Property Map
    The private key associated with the account.
    allowAnyDomain Boolean
    If set to true, the plugin allows all domains and ignores any values in the domains list.
    apiUri String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    certType String
    The certificate type to create. The possible values are rsa for RSA certificate or ecc 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 ('*')
    eabHmacKey String
    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.
    eabKid String
    External account binding (EAB) key id. You usually don't need to set this unless it is explicitly required by the CA.
    enableIpv4CommonName Boolean
    A boolean value that controls whether to include the IPv4 address in the common name field of generated certificates.
    failBackoffMinutes Number
    Minutes to wait for each domain that fails to create a certificate. This applies to both a new certificate and a renewal certificate.
    preferredChain String
    A string value that specifies the preferred certificate chain to use when generating certificates.
    renewThresholdDays Number
    Days remaining to renew the certificate before it expires.
    rsaKeySize Number
    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 of kong, redis, consul, or vault in production.
    storageConfig Property Map
    tosAccepted Boolean
    If you are using Let's Encrypt, you must set this to true to agree the terms of service.

    GetGatewayPluginAcmeConfigAccountKey

    KeyId string
    The Key ID.
    KeySet string
    The ID of the key set to associate the Key ID with.
    KeyId string
    The Key ID.
    KeySet string
    The ID of the key set to associate the Key ID with.
    keyId String
    The Key ID.
    keySet String
    The ID of the key set to associate the Key ID with.
    keyId string
    The Key ID.
    keySet string
    The ID of the key set to associate the Key ID with.
    key_id str
    The Key ID.
    key_set str
    The ID of the key set to associate the Key ID with.
    keyId String
    The Key ID.
    keySet String
    The ID of the key set to associate the Key ID with.

    GetGatewayPluginAcmeConfigStorageConfig

    GetGatewayPluginAcmeConfigStorageConfigConsul

    Host string
    A string representing a host name, such as example.com.
    Https bool
    Boolean representation of https.
    KvPath string
    KV prefix path.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout double
    Timeout in milliseconds.
    Token string
    Consul ACL token.
    Host string
    A string representing a host name, such as example.com.
    Https bool
    Boolean representation of https.
    KvPath string
    KV prefix path.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout float64
    Timeout in milliseconds.
    Token string
    Consul ACL token.
    host String
    A string representing a host name, such as example.com.
    https Boolean
    Boolean representation of https.
    kvPath String
    KV prefix path.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Double
    Timeout in milliseconds.
    token String
    Consul ACL token.
    host string
    A string representing a host name, such as example.com.
    https boolean
    Boolean representation of https.
    kvPath string
    KV prefix path.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout number
    Timeout in milliseconds.
    token string
    Consul ACL token.
    host str
    A string representing a host name, such as example.com.
    https bool
    Boolean representation of https.
    kv_path str
    KV prefix path.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    timeout float
    Timeout in milliseconds.
    token str
    Consul ACL token.
    host String
    A string representing a host name, such as example.com.
    https Boolean
    Boolean representation of https.
    kvPath String
    KV prefix path.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Number
    Timeout in milliseconds.
    token String
    Consul ACL token.

    GetGatewayPluginAcmeConfigStorageConfigRedis

    Database double
    Database to use for the Redis connection when using the redis strategy
    ExtraOptions GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
    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.
    ServerName string
    A string representing an SNI (server name indication) value for TLS.
    Ssl bool
    If set to true, uses SSL to connect to Redis.
    SslVerify bool
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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
    ExtraOptions GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
    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.
    ServerName string
    A string representing an SNI (server name indication) value for TLS.
    Ssl bool
    If set to true, uses SSL to connect to Redis.
    SslVerify bool
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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
    extraOptions GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
    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.
    serverName String
    A string representing an SNI (server name indication) value for TLS.
    ssl Boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify Boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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
    extraOptions GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
    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.
    serverName string
    A string representing an SNI (server name indication) value for TLS.
    ssl boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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 GetGatewayPluginAcmeConfigStorageConfigRedisExtraOptions
    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 in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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
    extraOptions 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.
    serverName String
    A string representing an SNI (server name indication) value for TLS.
    ssl Boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify Boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_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 string
    A namespace to prepend to all keys stored in Redis.
    ScanCount double
    The number of keys to return in Redis SCAN calls.
    Namespace string
    A namespace to prepend to all keys stored in Redis.
    ScanCount float64
    The number of keys to return in Redis SCAN calls.
    namespace String
    A namespace to prepend to all keys stored in Redis.
    scanCount Double
    The number of keys to return in Redis SCAN calls.
    namespace string
    A namespace to prepend to all keys stored in Redis.
    scanCount number
    The number of keys to return in Redis SCAN calls.
    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.
    namespace String
    A namespace to prepend to all keys stored in Redis.
    scanCount Number
    The number of keys to return in Redis SCAN calls.

    GetGatewayPluginAcmeConfigStorageConfigShm

    ShmName string
    Name of shared memory zone used for Kong API gateway storage
    ShmName string
    Name of shared memory zone used for Kong API gateway storage
    shmName String
    Name of shared memory zone used for Kong API gateway storage
    shmName 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
    shmName String
    Name of shared memory zone used for Kong API gateway storage

    GetGatewayPluginAcmeConfigStorageConfigVault

    AuthMethod string
    Auth Method, default to token, can be 'token' or 'kubernetes'.
    AuthPath string
    Vault's authentication path to use.
    AuthRole 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.
    JwtPath string
    The path to the JWT.
    KvPath string
    KV prefix path.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout double
    Timeout in milliseconds.
    TlsServerName string
    SNI used in request, default to host if omitted.
    TlsVerify bool
    Turn on TLS verification.
    Token string
    Consul ACL token.
    AuthMethod string
    Auth Method, default to token, can be 'token' or 'kubernetes'.
    AuthPath string
    Vault's authentication path to use.
    AuthRole 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.
    JwtPath string
    The path to the JWT.
    KvPath string
    KV prefix path.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout float64
    Timeout in milliseconds.
    TlsServerName string
    SNI used in request, default to host if omitted.
    TlsVerify bool
    Turn on TLS verification.
    Token string
    Consul ACL token.
    authMethod String
    Auth Method, default to token, can be 'token' or 'kubernetes'.
    authPath String
    Vault's authentication path to use.
    authRole 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.
    jwtPath String
    The path to the JWT.
    kvPath String
    KV prefix path.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Double
    Timeout in milliseconds.
    tlsServerName String
    SNI used in request, default to host if omitted.
    tlsVerify Boolean
    Turn on TLS verification.
    token String
    Consul ACL token.
    authMethod string
    Auth Method, default to token, can be 'token' or 'kubernetes'.
    authPath string
    Vault's authentication path to use.
    authRole 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.
    jwtPath string
    The path to the JWT.
    kvPath string
    KV prefix path.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout number
    Timeout in milliseconds.
    tlsServerName string
    SNI used in request, default to host if omitted.
    tlsVerify 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_name str
    SNI used in request, default to host if omitted.
    tls_verify bool
    Turn on TLS verification.
    token str
    Consul ACL token.
    authMethod String
    Auth Method, default to token, can be 'token' or 'kubernetes'.
    authPath String
    Vault's authentication path to use.
    authRole 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.
    jwtPath String
    The path to the JWT.
    kvPath String
    KV prefix path.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Number
    Timeout in milliseconds.
    tlsServerName String
    SNI used in request, default to host if omitted.
    tlsVerify 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong