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 getArtifacts
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 getArtifacts(args: GetArtifactsArgs, opts?: InvokeOptions): Promise<GetArtifactsResult>
function getArtifactsOutput(args: GetArtifactsOutputArgs, opts?: InvokeOptions): Output<GetArtifactsResult>def get_artifacts(limit: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetArtifactsResult
def get_artifacts_output(limit: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetArtifactsResult]func GetArtifacts(ctx *Context, args *GetArtifactsArgs, opts ...InvokeOption) (*GetArtifactsResult, error)
func GetArtifactsOutput(ctx *Context, args *GetArtifactsOutputArgs, opts ...InvokeOption) GetArtifactsResultOutput> Note: This function is named GetArtifacts in the Go SDK.
public static class GetArtifacts
{
public static Task<GetArtifactsResult> InvokeAsync(GetArtifactsArgs args, InvokeOptions? opts = null)
public static Output<GetArtifactsResult> Invoke(GetArtifactsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetArtifactsResult> getArtifacts(GetArtifactsArgs args, InvokeOptions options)
public static Output<GetArtifactsResult> getArtifacts(GetArtifactsArgs args, InvokeOptions options)
fn::invoke:
function: thoth:billing/getArtifacts:getArtifacts
arguments:
# arguments dictionarydata "thoth_billing_get_artifacts" "name" {
# arguments
}The following arguments are supported:
- Limit int
- Limit int
- limit number
- limit Integer
- limit number
- limit int
- limit Number
getArtifacts Result
The following output properties are available:
- Artifacts
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total
Count int - Limit int
- Artifacts
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total
Count int - Limit int
- artifacts_
json string - id string
- The provider-assigned unique ID for this managed resource.
- response_
json string - total_
count number - limit number
- artifacts
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total
Count Integer - limit Integer
- artifacts
Json string - id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - total
Count number - limit number
- artifacts_
json str - id str
- The provider-assigned unique ID for this managed resource.
- response_
json str - total_
count int - limit int
- artifacts
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total
Count Number - limit 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