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 getPacks
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 getPacks(opts?: InvokeOptions): Promise<GetPacksResult>
function getPacksOutput(opts?: InvokeOptions): Output<GetPacksResult>def get_packs(opts: Optional[InvokeOptions] = None) -> GetPacksResult
def get_packs_output(opts: Optional[InvokeOptions] = None) -> Output[GetPacksResult]func GetPacks(ctx *Context, opts ...InvokeOption) (*GetPacksResult, error)
func GetPacksOutput(ctx *Context, opts ...InvokeOption) GetPacksResultOutput> Note: This function is named GetPacks in the Go SDK.
public static class GetPacks
{
public static Task<GetPacksResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetPacksResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetPacksResult> getPacks(InvokeOptions options)
public static Output<GetPacksResult> getPacks(InvokeOptions options)
fn::invoke:
function: thoth:governance/getPacks:getPacks
arguments:
# arguments dictionarydata "thoth_governance_get_packs" "name" {
# arguments
}getPacks Result
The following output properties are available:
- id string
- The provider-assigned unique ID for this managed resource.
- packs_
json string - total number
- id str
- The provider-assigned unique ID for this managed resource.
- packs_
json str - total int
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