1. Packages
  2. pgEdge
  3. API Docs
  4. getCloudAccounts
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

pgedge.getCloudAccounts

Explore with Pulumi AI

pgedge logo
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

    Data source for pgEdge cloud accounts.

    Using getCloudAccounts

    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 getCloudAccounts(opts?: InvokeOptions): Promise<GetCloudAccountsResult>
    function getCloudAccountsOutput(opts?: InvokeOptions): Output<GetCloudAccountsResult>
    def get_cloud_accounts(opts: Optional[InvokeOptions] = None) -> GetCloudAccountsResult
    def get_cloud_accounts_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudAccountsResult]
    func GetCloudAccounts(ctx *Context, opts ...InvokeOption) (*GetCloudAccountsResult, error)
    func GetCloudAccountsOutput(ctx *Context, opts ...InvokeOption) GetCloudAccountsResultOutput

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

    public static class GetCloudAccounts 
    {
        public static Task<GetCloudAccountsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetCloudAccountsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudAccountsResult> getCloudAccounts(InvokeOptions options)
    public static Output<GetCloudAccountsResult> getCloudAccounts(InvokeOptions options)
    
    fn::invoke:
      function: pgedge:index/getCloudAccounts:getCloudAccounts
      arguments:
        # arguments dictionary

    getCloudAccounts Result

    The following output properties are available:

    CloudAccounts List<Pgedge.Pgedge.Outputs.GetCloudAccountsCloudAccount>
    Id string
    The provider-assigned unique ID for this managed resource.
    CloudAccounts []GetCloudAccountsCloudAccount
    Id string
    The provider-assigned unique ID for this managed resource.
    cloudAccounts List<GetCloudAccountsCloudAccount>
    id String
    The provider-assigned unique ID for this managed resource.
    cloudAccounts GetCloudAccountsCloudAccount[]
    id string
    The provider-assigned unique ID for this managed resource.
    cloud_accounts Sequence[GetCloudAccountsCloudAccount]
    id str
    The provider-assigned unique ID for this managed resource.
    cloudAccounts List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetCloudAccountsCloudAccount

    CreatedAt string
    Creation time of the cloud account
    Description string
    Description of the cloud account
    Id string
    ID of the cloud account
    Name string
    Name of the cloud account
    Properties Dictionary<string, string>
    Additional properties of the cloud account
    Type string
    Type of the cloud account (e.g., AWS, Azure, GCP)
    CreatedAt string
    Creation time of the cloud account
    Description string
    Description of the cloud account
    Id string
    ID of the cloud account
    Name string
    Name of the cloud account
    Properties map[string]string
    Additional properties of the cloud account
    Type string
    Type of the cloud account (e.g., AWS, Azure, GCP)
    createdAt String
    Creation time of the cloud account
    description String
    Description of the cloud account
    id String
    ID of the cloud account
    name String
    Name of the cloud account
    properties Map<String,String>
    Additional properties of the cloud account
    type String
    Type of the cloud account (e.g., AWS, Azure, GCP)
    createdAt string
    Creation time of the cloud account
    description string
    Description of the cloud account
    id string
    ID of the cloud account
    name string
    Name of the cloud account
    properties {[key: string]: string}
    Additional properties of the cloud account
    type string
    Type of the cloud account (e.g., AWS, Azure, GCP)
    created_at str
    Creation time of the cloud account
    description str
    Description of the cloud account
    id str
    ID of the cloud account
    name str
    Name of the cloud account
    properties Mapping[str, str]
    Additional properties of the cloud account
    type str
    Type of the cloud account (e.g., AWS, Azure, GCP)
    createdAt String
    Creation time of the cloud account
    description String
    Description of the cloud account
    id String
    ID of the cloud account
    name String
    Name of the cloud account
    properties Map<String>
    Additional properties of the cloud account
    type String
    Type of the cloud account (e.g., AWS, Azure, GCP)

    Package Details

    Repository
    pgedge pgEdge/pulumi-pgedge
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the pgedge Terraform Provider.
    pgedge logo
    pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge