1. Packages
  2. Konnect Provider
  3. API Docs
  4. getCloudGatewayProviderAccountList
konnect 3.9.0 published on Friday, Feb 20, 2026 by kong
konnect logo
konnect 3.9.0 published on Friday, Feb 20, 2026 by kong

    CloudGatewayProviderAccountList DataSource

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as konnect from "@pulumi/konnect";
    
    const myCloudgatewayprovideraccountlist = konnect.getCloudGatewayProviderAccountList({});
    
    import pulumi
    import pulumi_konnect as konnect
    
    my_cloudgatewayprovideraccountlist = konnect.get_cloud_gateway_provider_account_list()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/konnect/v3/konnect"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := konnect.GetCloudGatewayProviderAccountList(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Konnect = Pulumi.Konnect;
    
    return await Deployment.RunAsync(() => 
    {
        var myCloudgatewayprovideraccountlist = Konnect.GetCloudGatewayProviderAccountList.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.konnect.KonnectFunctions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var myCloudgatewayprovideraccountlist = KonnectFunctions.getCloudGatewayProviderAccountList(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
    
        }
    }
    
    variables:
      myCloudgatewayprovideraccountlist:
        fn::invoke:
          function: konnect:getCloudGatewayProviderAccountList
          arguments: {}
    

    Using getCloudGatewayProviderAccountList

    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 getCloudGatewayProviderAccountList(opts?: InvokeOptions): Promise<GetCloudGatewayProviderAccountListResult>
    function getCloudGatewayProviderAccountListOutput(opts?: InvokeOptions): Output<GetCloudGatewayProviderAccountListResult>
    def get_cloud_gateway_provider_account_list(opts: Optional[InvokeOptions] = None) -> GetCloudGatewayProviderAccountListResult
    def get_cloud_gateway_provider_account_list_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudGatewayProviderAccountListResult]
    func GetCloudGatewayProviderAccountList(ctx *Context, opts ...InvokeOption) (*GetCloudGatewayProviderAccountListResult, error)
    func GetCloudGatewayProviderAccountListOutput(ctx *Context, opts ...InvokeOption) GetCloudGatewayProviderAccountListResultOutput

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

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

    getCloudGatewayProviderAccountList Result

    The following output properties are available:

    Datas List<GetCloudGatewayProviderAccountListData>
    Id string
    The provider-assigned unique ID for this managed resource.
    Datas []GetCloudGatewayProviderAccountListData
    Id string
    The provider-assigned unique ID for this managed resource.
    datas List<GetCloudGatewayProviderAccountListData>
    id String
    The provider-assigned unique ID for this managed resource.
    datas GetCloudGatewayProviderAccountListData[]
    id string
    The provider-assigned unique ID for this managed resource.
    datas Sequence[GetCloudGatewayProviderAccountListData]
    id str
    The provider-assigned unique ID for this managed resource.
    datas List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetCloudGatewayProviderAccountListData

    CreatedAt string
    An RFC-3339 timestamp representation of provider account creation date.
    Id string
    Provider string
    Name of cloud provider.
    ProviderAccountId string
    ID of the cloud provider account.
    UpdatedAt string
    An RFC-3339 timestamp representation of provider account update date.
    CreatedAt string
    An RFC-3339 timestamp representation of provider account creation date.
    Id string
    Provider string
    Name of cloud provider.
    ProviderAccountId string
    ID of the cloud provider account.
    UpdatedAt string
    An RFC-3339 timestamp representation of provider account update date.
    createdAt String
    An RFC-3339 timestamp representation of provider account creation date.
    id String
    provider String
    Name of cloud provider.
    providerAccountId String
    ID of the cloud provider account.
    updatedAt String
    An RFC-3339 timestamp representation of provider account update date.
    createdAt string
    An RFC-3339 timestamp representation of provider account creation date.
    id string
    provider string
    Name of cloud provider.
    providerAccountId string
    ID of the cloud provider account.
    updatedAt string
    An RFC-3339 timestamp representation of provider account update date.
    created_at str
    An RFC-3339 timestamp representation of provider account creation date.
    id str
    provider str
    Name of cloud provider.
    provider_account_id str
    ID of the cloud provider account.
    updated_at str
    An RFC-3339 timestamp representation of provider account update date.
    createdAt String
    An RFC-3339 timestamp representation of provider account creation date.
    id String
    provider String
    Name of cloud provider.
    providerAccountId String
    ID of the cloud provider account.
    updatedAt String
    An RFC-3339 timestamp representation of provider account update date.

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 3.9.0 published on Friday, Feb 20, 2026 by kong
      Meet Neo: Your AI Platform Teammate