pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge
pgedge.getCloudAccounts
Explore with Pulumi AI
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:
- Cloud
Accounts List<Pgedge.Pgedge. Outputs. Get Cloud Accounts Cloud Account> - Id string
- The provider-assigned unique ID for this managed resource.
- Cloud
Accounts []GetCloud Accounts Cloud Account - Id string
- The provider-assigned unique ID for this managed resource.
- cloud
Accounts List<GetCloud Accounts Cloud Account> - id String
- The provider-assigned unique ID for this managed resource.
- cloud
Accounts GetCloud Accounts Cloud Account[] - id string
- The provider-assigned unique ID for this managed resource.
- cloud_
accounts Sequence[GetCloud Accounts Cloud Account] - id str
- The provider-assigned unique ID for this managed resource.
- cloud
Accounts List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetCloudAccountsCloudAccount
- Created
At 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)
- Created
At 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)
- created
At 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)
- created
At 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)
- created
At 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.