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

konnect.getServerlessCloudGateway

Explore with Pulumi AI

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

    Using getServerlessCloudGateway

    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 getServerlessCloudGateway(opts?: InvokeOptions): Promise<GetServerlessCloudGatewayResult>
    function getServerlessCloudGatewayOutput(opts?: InvokeOptions): Output<GetServerlessCloudGatewayResult>
    def get_serverless_cloud_gateway(opts: Optional[InvokeOptions] = None) -> GetServerlessCloudGatewayResult
    def get_serverless_cloud_gateway_output(opts: Optional[InvokeOptions] = None) -> Output[GetServerlessCloudGatewayResult]
    func LookupServerlessCloudGateway(ctx *Context, opts ...InvokeOption) (*LookupServerlessCloudGatewayResult, error)
    func LookupServerlessCloudGatewayOutput(ctx *Context, opts ...InvokeOption) LookupServerlessCloudGatewayResultOutput

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

    public static class GetServerlessCloudGateway 
    {
        public static Task<GetServerlessCloudGatewayResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetServerlessCloudGatewayResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerlessCloudGatewayResult> getServerlessCloudGateway(InvokeOptions options)
    public static Output<GetServerlessCloudGatewayResult> getServerlessCloudGateway(InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getServerlessCloudGateway:getServerlessCloudGateway
      arguments:
        # arguments dictionary

    getServerlessCloudGateway Result

    The following output properties are available:

    ControlPlane GetServerlessCloudGatewayControlPlane
    CreatedAt string
    GatewayEndpoint string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels Dictionary<string, string>
    UpdatedAt string
    ControlPlane GetServerlessCloudGatewayControlPlane
    CreatedAt string
    GatewayEndpoint string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels map[string]string
    UpdatedAt string
    controlPlane GetServerlessCloudGatewayControlPlane
    createdAt String
    gatewayEndpoint String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String,String>
    updatedAt String
    controlPlane GetServerlessCloudGatewayControlPlane
    createdAt string
    gatewayEndpoint string
    id string
    The provider-assigned unique ID for this managed resource.
    labels {[key: string]: string}
    updatedAt string
    control_plane GetServerlessCloudGatewayControlPlane
    created_at str
    gateway_endpoint str
    id str
    The provider-assigned unique ID for this managed resource.
    labels Mapping[str, str]
    updated_at str
    controlPlane Property Map
    createdAt String
    gatewayEndpoint String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String>
    updatedAt String

    Supporting Types

    GetServerlessCloudGatewayControlPlane

    Id string
    ID of the serverless cloud gateway CP.
    Prefix string
    The prefix of the serverless cloud gateway CP.
    Region string
    The control plane region.
    Id string
    ID of the serverless cloud gateway CP.
    Prefix string
    The prefix of the serverless cloud gateway CP.
    Region string
    The control plane region.
    id String
    ID of the serverless cloud gateway CP.
    prefix String
    The prefix of the serverless cloud gateway CP.
    region String
    The control plane region.
    id string
    ID of the serverless cloud gateway CP.
    prefix string
    The prefix of the serverless cloud gateway CP.
    region string
    The control plane region.
    id str
    ID of the serverless cloud gateway CP.
    prefix str
    The prefix of the serverless cloud gateway CP.
    region str
    The control plane region.
    id String
    ID of the serverless cloud gateway CP.
    prefix String
    The prefix of the serverless cloud gateway CP.
    region String
    The control plane region.

    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