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

konnect.getGatewayService

Explore with Pulumi AI

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

    Using getGatewayService

    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 getGatewayService(args: GetGatewayServiceArgs, opts?: InvokeOptions): Promise<GetGatewayServiceResult>
    function getGatewayServiceOutput(args: GetGatewayServiceOutputArgs, opts?: InvokeOptions): Output<GetGatewayServiceResult>
    def get_gateway_service(control_plane_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetGatewayServiceResult
    def get_gateway_service_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetGatewayServiceResult]
    func LookupGatewayService(ctx *Context, args *LookupGatewayServiceArgs, opts ...InvokeOption) (*LookupGatewayServiceResult, error)
    func LookupGatewayServiceOutput(ctx *Context, args *LookupGatewayServiceOutputArgs, opts ...InvokeOption) LookupGatewayServiceResultOutput

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

    public static class GetGatewayService 
    {
        public static Task<GetGatewayServiceResult> InvokeAsync(GetGatewayServiceArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayServiceResult> Invoke(GetGatewayServiceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayServiceResult> getGatewayService(GetGatewayServiceArgs args, InvokeOptions options)
    public static Output<GetGatewayServiceResult> getGatewayService(GetGatewayServiceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayService:getGatewayService
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayService Result

    The following output properties are available:

    CaCertificates List<string>
    ClientCertificate GetGatewayServiceClientCertificate
    ConnectTimeout double
    ControlPlaneId string
    CreatedAt double
    Enabled bool
    Host string
    Id string
    Name string
    Path string
    Port double
    Protocol string
    ReadTimeout double
    Retries double
    Tags List<string>
    TlsVerify bool
    TlsVerifyDepth double
    UpdatedAt double
    WriteTimeout double
    CaCertificates []string
    ClientCertificate GetGatewayServiceClientCertificate
    ConnectTimeout float64
    ControlPlaneId string
    CreatedAt float64
    Enabled bool
    Host string
    Id string
    Name string
    Path string
    Port float64
    Protocol string
    ReadTimeout float64
    Retries float64
    Tags []string
    TlsVerify bool
    TlsVerifyDepth float64
    UpdatedAt float64
    WriteTimeout float64
    caCertificates List<String>
    clientCertificate GetGatewayServiceClientCertificate
    connectTimeout Double
    controlPlaneId String
    createdAt Double
    enabled Boolean
    host String
    id String
    name String
    path String
    port Double
    protocol String
    readTimeout Double
    retries Double
    tags List<String>
    tlsVerify Boolean
    tlsVerifyDepth Double
    updatedAt Double
    writeTimeout Double
    caCertificates List<String>
    clientCertificate Property Map
    connectTimeout Number
    controlPlaneId String
    createdAt Number
    enabled Boolean
    host String
    id String
    name String
    path String
    port Number
    protocol String
    readTimeout Number
    retries Number
    tags List<String>
    tlsVerify Boolean
    tlsVerifyDepth Number
    updatedAt Number
    writeTimeout Number

    Supporting Types

    GetGatewayServiceClientCertificate

    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