1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getPacks
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
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 dictionary
    data "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.
    PacksJson string
    Total int
    Id string
    The provider-assigned unique ID for this managed resource.
    PacksJson string
    Total int
    id string
    The provider-assigned unique ID for this managed resource.
    packs_json string
    total number
    id String
    The provider-assigned unique ID for this managed resource.
    packsJson String
    total Integer
    id string
    The provider-assigned unique ID for this managed resource.
    packsJson string
    total number
    id str
    The provider-assigned unique ID for this managed resource.
    packs_json str
    total int
    id String
    The provider-assigned unique ID for this managed resource.
    packsJson String
    total Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial