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

konnect.getGatewayPluginTlsHandshakeModifier

Explore with Pulumi AI

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

    Using getGatewayPluginTlsHandshakeModifier

    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 getGatewayPluginTlsHandshakeModifier(args: GetGatewayPluginTlsHandshakeModifierArgs, opts?: InvokeOptions): Promise<GetGatewayPluginTlsHandshakeModifierResult>
    function getGatewayPluginTlsHandshakeModifierOutput(args: GetGatewayPluginTlsHandshakeModifierOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginTlsHandshakeModifierResult>
    def get_gateway_plugin_tls_handshake_modifier(control_plane_id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetGatewayPluginTlsHandshakeModifierResult
    def get_gateway_plugin_tls_handshake_modifier_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginTlsHandshakeModifierResult]
    func LookupGatewayPluginTlsHandshakeModifier(ctx *Context, args *LookupGatewayPluginTlsHandshakeModifierArgs, opts ...InvokeOption) (*LookupGatewayPluginTlsHandshakeModifierResult, error)
    func LookupGatewayPluginTlsHandshakeModifierOutput(ctx *Context, args *LookupGatewayPluginTlsHandshakeModifierOutputArgs, opts ...InvokeOption) LookupGatewayPluginTlsHandshakeModifierResultOutput

    > Note: This function is named LookupGatewayPluginTlsHandshakeModifier in the Go SDK.

    public static class GetGatewayPluginTlsHandshakeModifier 
    {
        public static Task<GetGatewayPluginTlsHandshakeModifierResult> InvokeAsync(GetGatewayPluginTlsHandshakeModifierArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginTlsHandshakeModifierResult> Invoke(GetGatewayPluginTlsHandshakeModifierInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginTlsHandshakeModifierResult> getGatewayPluginTlsHandshakeModifier(GetGatewayPluginTlsHandshakeModifierArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginTlsHandshakeModifierResult> getGatewayPluginTlsHandshakeModifier(GetGatewayPluginTlsHandshakeModifierArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginTlsHandshakeModifier:getGatewayPluginTlsHandshakeModifier
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginTlsHandshakeModifier Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginTlsHandshakeModifierConfig

    TlsClientCertificate string
    TLS Client Certificate
    TlsClientCertificate string
    TLS Client Certificate
    tlsClientCertificate String
    TLS Client Certificate
    tlsClientCertificate string
    TLS Client Certificate
    tls_client_certificate str
    TLS Client Certificate
    tlsClientCertificate String
    TLS Client Certificate

    GetGatewayPluginTlsHandshakeModifierOrdering

    GetGatewayPluginTlsHandshakeModifierOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginTlsHandshakeModifierOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginTlsHandshakeModifierRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginTlsHandshakeModifierService

    Id string
    Id string
    id String
    id string
    id str
    id 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