konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getServerlessCloudGateway
Explore with Pulumi AI
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:
- Control
Plane GetServerless Cloud Gateway Control Plane - Created
At string - Gateway
Endpoint string - Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Updated
At string
- Control
Plane GetServerless Cloud Gateway Control Plane - Created
At string - Gateway
Endpoint string - Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Updated
At string
- control
Plane GetServerless Cloud Gateway Control Plane - created
At String - gateway
Endpoint String - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- updated
At String
- control
Plane GetServerless Cloud Gateway Control Plane - created
At string - gateway
Endpoint string - id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- updated
At string
- control_
plane GetServerless Cloud Gateway Control Plane - created_
at str - gateway_
endpoint str - id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- updated_
at str
- control
Plane Property Map - created
At String - gateway
Endpoint String - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- updated
At String
Supporting Types
GetServerlessCloudGatewayControlPlane
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.