Harness v0.4.4 published on Tuesday, Nov 12, 2024 by Pulumi
harness.platform.getProvider
Explore with Pulumi AI
Using getProvider
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 getProvider(args: GetProviderArgs, opts?: InvokeOptions): Promise<GetProviderResult>
function getProviderOutput(args: GetProviderOutputArgs, opts?: InvokeOptions): Output<GetProviderResult>
def get_provider(identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProviderResult
def get_provider_output(identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProviderResult]
func LookupProvider(ctx *Context, args *LookupProviderArgs, opts ...InvokeOption) (*LookupProviderResult, error)
func LookupProviderOutput(ctx *Context, args *LookupProviderOutputArgs, opts ...InvokeOption) LookupProviderResultOutput
> Note: This function is named LookupProvider
in the Go SDK.
public static class GetProvider
{
public static Task<GetProviderResult> InvokeAsync(GetProviderArgs args, InvokeOptions? opts = null)
public static Output<GetProviderResult> Invoke(GetProviderInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProviderResult> getProvider(GetProviderArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:platform/getProvider:getProvider
arguments:
# arguments dictionary
The following arguments are supported:
- Identifier string
- Identifier string
- identifier String
- identifier string
- identifier str
- identifier String
getProvider Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.