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

konnect.getCloudGatewayNetwork

Explore with Pulumi AI

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

    Using getCloudGatewayNetwork

    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 getCloudGatewayNetwork(opts?: InvokeOptions): Promise<GetCloudGatewayNetworkResult>
    function getCloudGatewayNetworkOutput(opts?: InvokeOptions): Output<GetCloudGatewayNetworkResult>
    def get_cloud_gateway_network(opts: Optional[InvokeOptions] = None) -> GetCloudGatewayNetworkResult
    def get_cloud_gateway_network_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudGatewayNetworkResult]
    func LookupCloudGatewayNetwork(ctx *Context, opts ...InvokeOption) (*LookupCloudGatewayNetworkResult, error)
    func LookupCloudGatewayNetworkOutput(ctx *Context, opts ...InvokeOption) LookupCloudGatewayNetworkResultOutput

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

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

    getCloudGatewayNetwork Result

    The following output properties are available:

    Supporting Types

    GetCloudGatewayNetworkProviderMetadata

    SubnetIds List<string>
    VpcId string
    SubnetIds []string
    VpcId string
    subnetIds List<String>
    vpcId String
    subnetIds string[]
    vpcId string
    subnet_ids Sequence[str]
    vpc_id str
    subnetIds List<String>
    vpcId 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