1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getOrganizationOrgFinancialByMonth
tencentcloud 1.81.187 published on Monday, Apr 28, 2025 by tencentcloudstack

tencentcloud.getOrganizationOrgFinancialByMonth

Explore with Pulumi AI

Use this data source to query detailed information of organization org_financial_by_month

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const orgFinancialByMonth = tencentcloud.getOrganizationOrgFinancialByMonth({
    endMonth: "2023-05",
    memberUins: [100026517717],
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

org_financial_by_month = tencentcloud.get_organization_org_financial_by_month(end_month="2023-05",
    member_uins=[100026517717])
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := tencentcloud.GetOrganizationOrgFinancialByMonth(ctx, &tencentcloud.GetOrganizationOrgFinancialByMonthArgs{
			EndMonth: pulumi.StringRef("2023-05"),
			MemberUins: []float64{
				100026517717,
			},
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var orgFinancialByMonth = Tencentcloud.GetOrganizationOrgFinancialByMonth.Invoke(new()
    {
        EndMonth = "2023-05",
        MemberUins = new[]
        {
            100026517717,
        },
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetOrganizationOrgFinancialByMonthArgs;
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 orgFinancialByMonth = TencentcloudFunctions.getOrganizationOrgFinancialByMonth(GetOrganizationOrgFinancialByMonthArgs.builder()
            .endMonth("2023-05")
            .memberUins(100026517717)
            .build());

    }
}
Copy
variables:
  orgFinancialByMonth:
    fn::invoke:
      function: tencentcloud:getOrganizationOrgFinancialByMonth
      arguments:
        endMonth: 2023-05
        memberUins:
          - 1.00026517717e+11
Copy

Using getOrganizationOrgFinancialByMonth

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 getOrganizationOrgFinancialByMonth(args: GetOrganizationOrgFinancialByMonthArgs, opts?: InvokeOptions): Promise<GetOrganizationOrgFinancialByMonthResult>
function getOrganizationOrgFinancialByMonthOutput(args: GetOrganizationOrgFinancialByMonthOutputArgs, opts?: InvokeOptions): Output<GetOrganizationOrgFinancialByMonthResult>
Copy
def get_organization_org_financial_by_month(end_month: Optional[str] = None,
                                            id: Optional[str] = None,
                                            member_uins: Optional[Sequence[float]] = None,
                                            product_codes: Optional[Sequence[str]] = None,
                                            result_output_file: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetOrganizationOrgFinancialByMonthResult
def get_organization_org_financial_by_month_output(end_month: Optional[pulumi.Input[str]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            member_uins: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                            product_codes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            result_output_file: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationOrgFinancialByMonthResult]
Copy
func GetOrganizationOrgFinancialByMonth(ctx *Context, args *GetOrganizationOrgFinancialByMonthArgs, opts ...InvokeOption) (*GetOrganizationOrgFinancialByMonthResult, error)
func GetOrganizationOrgFinancialByMonthOutput(ctx *Context, args *GetOrganizationOrgFinancialByMonthOutputArgs, opts ...InvokeOption) GetOrganizationOrgFinancialByMonthResultOutput
Copy

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

public static class GetOrganizationOrgFinancialByMonth 
{
    public static Task<GetOrganizationOrgFinancialByMonthResult> InvokeAsync(GetOrganizationOrgFinancialByMonthArgs args, InvokeOptions? opts = null)
    public static Output<GetOrganizationOrgFinancialByMonthResult> Invoke(GetOrganizationOrgFinancialByMonthInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOrganizationOrgFinancialByMonthResult> getOrganizationOrgFinancialByMonth(GetOrganizationOrgFinancialByMonthArgs args, InvokeOptions options)
public static Output<GetOrganizationOrgFinancialByMonthResult> getOrganizationOrgFinancialByMonth(GetOrganizationOrgFinancialByMonthArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getOrganizationOrgFinancialByMonth:getOrganizationOrgFinancialByMonth
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EndMonth string
Query for the end month. Format:yyyy-mm, for example:2021-01.
Id string
Record ID.
MemberUins List<double>
Member uin list. Up to 100.
ProductCodes List<string>
Product code list. Up to 100.
ResultOutputFile string
Used to save results.
EndMonth string
Query for the end month. Format:yyyy-mm, for example:2021-01.
Id string
Record ID.
MemberUins []float64
Member uin list. Up to 100.
ProductCodes []string
Product code list. Up to 100.
ResultOutputFile string
Used to save results.
endMonth String
Query for the end month. Format:yyyy-mm, for example:2021-01.
id String
Record ID.
memberUins List<Double>
Member uin list. Up to 100.
productCodes List<String>
Product code list. Up to 100.
resultOutputFile String
Used to save results.
endMonth string
Query for the end month. Format:yyyy-mm, for example:2021-01.
id string
Record ID.
memberUins number[]
Member uin list. Up to 100.
productCodes string[]
Product code list. Up to 100.
resultOutputFile string
Used to save results.
end_month str
Query for the end month. Format:yyyy-mm, for example:2021-01.
id str
Record ID.
member_uins Sequence[float]
Member uin list. Up to 100.
product_codes Sequence[str]
Product code list. Up to 100.
result_output_file str
Used to save results.
endMonth String
Query for the end month. Format:yyyy-mm, for example:2021-01.
id String
Record ID.
memberUins List<Number>
Member uin list. Up to 100.
productCodes List<String>
Product code list. Up to 100.
resultOutputFile String
Used to save results.

getOrganizationOrgFinancialByMonth Result

The following output properties are available:

Id string
Record ID.
Items List<GetOrganizationOrgFinancialByMonthItem>
Organization financial info by month.
EndMonth string
MemberUins List<double>
ProductCodes List<string>
ResultOutputFile string
Id string
Record ID.
Items []GetOrganizationOrgFinancialByMonthItem
Organization financial info by month.
EndMonth string
MemberUins []float64
ProductCodes []string
ResultOutputFile string
id String
Record ID.
items List<GetOrganizationOrgFinancialByMonthItem>
Organization financial info by month.
endMonth String
memberUins List<Double>
productCodes List<String>
resultOutputFile String
id string
Record ID.
items GetOrganizationOrgFinancialByMonthItem[]
Organization financial info by month.
endMonth string
memberUins number[]
productCodes string[]
resultOutputFile string
id str
Record ID.
items Sequence[GetOrganizationOrgFinancialByMonthItem]
Organization financial info by month.
end_month str
member_uins Sequence[float]
product_codes Sequence[str]
result_output_file str
id String
Record ID.
items List<Property Map>
Organization financial info by month.
endMonth String
memberUins List<Number>
productCodes List<String>
resultOutputFile String

Supporting Types

GetOrganizationOrgFinancialByMonthItem

GrowthRate This property is required. string
Growth rate compared to last month.
Id This property is required. double
Record ID.
Month This property is required. string
Month.
TotalCost This property is required. double
Total cost of the month.
GrowthRate This property is required. string
Growth rate compared to last month.
Id This property is required. float64
Record ID.
Month This property is required. string
Month.
TotalCost This property is required. float64
Total cost of the month.
growthRate This property is required. String
Growth rate compared to last month.
id This property is required. Double
Record ID.
month This property is required. String
Month.
totalCost This property is required. Double
Total cost of the month.
growthRate This property is required. string
Growth rate compared to last month.
id This property is required. number
Record ID.
month This property is required. string
Month.
totalCost This property is required. number
Total cost of the month.
growth_rate This property is required. str
Growth rate compared to last month.
id This property is required. float
Record ID.
month This property is required. str
Month.
total_cost This property is required. float
Total cost of the month.
growthRate This property is required. String
Growth rate compared to last month.
id This property is required. Number
Record ID.
month This property is required. String
Month.
totalCost This property is required. Number
Total cost of the month.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.