konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayService
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayService Result
The following output properties are available:
- Ca
Certificates List<string> - Client
Certificate GetGateway Service Client Certificate - Connect
Timeout double - Control
Plane stringId - Created
At double - Enabled bool
- Host string
- Id string
- Name string
- Path string
- Port double
- Protocol string
- Read
Timeout double - Retries double
- List<string>
- Tls
Verify bool - Tls
Verify doubleDepth - Updated
At double - Write
Timeout double
- Ca
Certificates []string - Client
Certificate GetGateway Service Client Certificate - Connect
Timeout float64 - Control
Plane stringId - Created
At float64 - Enabled bool
- Host string
- Id string
- Name string
- Path string
- Port float64
- Protocol string
- Read
Timeout float64 - Retries float64
- []string
- Tls
Verify bool - Tls
Verify float64Depth - Updated
At float64 - Write
Timeout float64
- ca
Certificates List<String> - client
Certificate GetGateway Service Client Certificate - connect
Timeout Double - control
Plane StringId - created
At Double - enabled Boolean
- host String
- id String
- name String
- path String
- port Double
- protocol String
- read
Timeout Double - retries Double
- List<String>
- tls
Verify Boolean - tls
Verify DoubleDepth - updated
At Double - write
Timeout Double
- ca
Certificates string[] - client
Certificate GetGateway Service Client Certificate - connect
Timeout number - control
Plane stringId - created
At number - enabled boolean
- host string
- id string
- name string
- path string
- port number
- protocol string
- read
Timeout number - retries number
- string[]
- tls
Verify boolean - tls
Verify numberDepth - updated
At number - write
Timeout number
- ca_
certificates Sequence[str] - client_
certificate GetGateway Service Client Certificate - connect_
timeout float - control_
plane_ strid - created_
at float - enabled bool
- host str
- id str
- name str
- path str
- port float
- protocol str
- read_
timeout float - retries float
- Sequence[str]
- tls_
verify bool - tls_
verify_ floatdepth - updated_
at float - write_
timeout float
- ca
Certificates List<String> - client
Certificate Property Map - connect
Timeout Number - control
Plane StringId - created
At Number - enabled Boolean
- host String
- id String
- name String
- path String
- port Number
- protocol String
- read
Timeout Number - retries Number
- List<String>
- tls
Verify Boolean - tls
Verify NumberDepth - updated
At Number - write
Timeout 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.