Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getReport
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 getReport(args: GetReportArgs, opts?: InvokeOptions): Promise<GetReportResult>
function getReportOutput(args: GetReportOutputArgs, opts?: InvokeOptions): Output<GetReportResult>def get_report(month: Optional[int] = None,
year: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetReportResult
def get_report_output(month: pulumi.Input[Optional[int]] = None,
year: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReportResult]func GetReport(ctx *Context, args *GetReportArgs, opts ...InvokeOption) (*GetReportResult, error)
func GetReportOutput(ctx *Context, args *GetReportOutputArgs, opts ...InvokeOption) GetReportResultOutput> Note: This function is named GetReport in the Go SDK.
public static class GetReport
{
public static Task<GetReportResult> InvokeAsync(GetReportArgs args, InvokeOptions? opts = null)
public static Output<GetReportResult> Invoke(GetReportInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
public static Output<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
fn::invoke:
function: thoth:billing/getReport:getReport
arguments:
# arguments dictionarydata "thoth_billing_get_report" "name" {
# arguments
}The following arguments are supported:
getReport Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Month int
- Response
Json string - Year int
- Id string
- The provider-assigned unique ID for this managed resource.
- Month int
- Response
Json string - Year int
- id string
- The provider-assigned unique ID for this managed resource.
- month number
- response_
json string - year number
- id String
- The provider-assigned unique ID for this managed resource.
- month Integer
- response
Json String - year Integer
- id string
- The provider-assigned unique ID for this managed resource.
- month number
- response
Json string - year number
- id str
- The provider-assigned unique ID for this managed resource.
- month int
- response_
json str - year int
- id String
- The provider-assigned unique ID for this managed resource.
- month Number
- response
Json String - year Number
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security