1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. getCloudaccountAws
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.getCloudaccountAws

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    A data source for retrieving information about an AWS cloud account registered in Palette.

    Using getCloudaccountAws

    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 getCloudaccountAws(args: GetCloudaccountAwsArgs, opts?: InvokeOptions): Promise<GetCloudaccountAwsResult>
    function getCloudaccountAwsOutput(args: GetCloudaccountAwsOutputArgs, opts?: InvokeOptions): Output<GetCloudaccountAwsResult>
    def get_cloudaccount_aws(context: Optional[str] = None,
                             depends: Optional[str] = None,
                             id: Optional[str] = None,
                             name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetCloudaccountAwsResult
    def get_cloudaccount_aws_output(context: Optional[pulumi.Input[str]] = None,
                             depends: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetCloudaccountAwsResult]
    func LookupCloudaccountAws(ctx *Context, args *LookupCloudaccountAwsArgs, opts ...InvokeOption) (*LookupCloudaccountAwsResult, error)
    func LookupCloudaccountAwsOutput(ctx *Context, args *LookupCloudaccountAwsOutputArgs, opts ...InvokeOption) LookupCloudaccountAwsResultOutput

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

    public static class GetCloudaccountAws 
    {
        public static Task<GetCloudaccountAwsResult> InvokeAsync(GetCloudaccountAwsArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudaccountAwsResult> Invoke(GetCloudaccountAwsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudaccountAwsResult> getCloudaccountAws(GetCloudaccountAwsArgs args, InvokeOptions options)
    public static Output<GetCloudaccountAwsResult> getCloudaccountAws(GetCloudaccountAwsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: spectrocloud:index/getCloudaccountAws:getCloudaccountAws
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Depends string
    Id string
    ID of the AWS cloud account registered in Palette.
    Name string
    Name of the AWS cloud account registered in Palette.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Depends string
    Id string
    ID of the AWS cloud account registered in Palette.
    Name string
    Name of the AWS cloud account registered in Palette.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    depends String
    id String
    ID of the AWS cloud account registered in Palette.
    name String
    Name of the AWS cloud account registered in Palette.
    context string
    The context of the cluster. Allowed values are project or tenant or ``.
    depends string
    id string
    ID of the AWS cloud account registered in Palette.
    name string
    Name of the AWS cloud account registered in Palette.
    context str
    The context of the cluster. Allowed values are project or tenant or ``.
    depends str
    id str
    ID of the AWS cloud account registered in Palette.
    name str
    Name of the AWS cloud account registered in Palette.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    depends String
    id String
    ID of the AWS cloud account registered in Palette.
    name String
    Name of the AWS cloud account registered in Palette.

    getCloudaccountAws Result

    The following output properties are available:

    Depends string
    Id string
    ID of the AWS cloud account registered in Palette.
    Name string
    Name of the AWS cloud account registered in Palette.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    Depends string
    Id string
    ID of the AWS cloud account registered in Palette.
    Name string
    Name of the AWS cloud account registered in Palette.
    Context string
    The context of the cluster. Allowed values are project or tenant or ``.
    depends String
    id String
    ID of the AWS cloud account registered in Palette.
    name String
    Name of the AWS cloud account registered in Palette.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.
    depends string
    id string
    ID of the AWS cloud account registered in Palette.
    name string
    Name of the AWS cloud account registered in Palette.
    context string
    The context of the cluster. Allowed values are project or tenant or ``.
    depends str
    id str
    ID of the AWS cloud account registered in Palette.
    name str
    Name of the AWS cloud account registered in Palette.
    context str
    The context of the cluster. Allowed values are project or tenant or ``.
    depends String
    id String
    ID of the AWS cloud account registered in Palette.
    name String
    Name of the AWS cloud account registered in Palette.
    context String
    The context of the cluster. Allowed values are project or tenant or ``.

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud