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 getFleet
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 getFleet(args: GetFleetArgs, opts?: InvokeOptions): Promise<GetFleetResult>
function getFleetOutput(args: GetFleetOutputArgs, opts?: InvokeOptions): Output<GetFleetResult>def get_fleet(fleet_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFleetResult
def get_fleet_output(fleet_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFleetResult]func LookupFleet(ctx *Context, args *LookupFleetArgs, opts ...InvokeOption) (*LookupFleetResult, error)
func LookupFleetOutput(ctx *Context, args *LookupFleetOutputArgs, opts ...InvokeOption) LookupFleetResultOutput> Note: This function is named LookupFleet in the Go SDK.
public static class GetFleet
{
public static Task<GetFleetResult> InvokeAsync(GetFleetArgs args, InvokeOptions? opts = null)
public static Output<GetFleetResult> Invoke(GetFleetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
public static Output<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
fn::invoke:
function: thoth:fleet/getFleet:getFleet
arguments:
# arguments dictionarydata "thoth_fleet_get_fleet" "name" {
# arguments
}The following arguments are supported:
- Fleet
Id string
- Fleet
Id string
- fleet_
id string
- fleet
Id String
- fleet
Id string
- fleet_
id str
- fleet
Id String
getFleet Result
The following output properties are available:
- Endpoint
Count int - Fleet
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Region string
- Response
Json string - Status string
- Endpoint
Count int - Fleet
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Region string
- Response
Json string - Status string
- endpoint_
count number - fleet_
id string - id string
- The provider-assigned unique ID for this managed resource.
- name string
- region string
- response_
json string - status string
- endpoint
Count Integer - fleet
Id String - id String
- The provider-assigned unique ID for this managed resource.
- name String
- region String
- response
Json String - status String
- endpoint
Count number - fleet
Id string - id string
- The provider-assigned unique ID for this managed resource.
- name string
- region string
- response
Json string - status string
- endpoint_
count int - fleet_
id str - id str
- The provider-assigned unique ID for this managed resource.
- name str
- region str
- response_
json str - status str
- endpoint
Count Number - fleet
Id String - id String
- The provider-assigned unique ID for this managed resource.
- name String
- region String
- response
Json String - status String
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