Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs
harness.platform.getServiceOverridesV2
Explore with Pulumi AI
Using getServiceOverridesV2
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 getServiceOverridesV2(args: GetServiceOverridesV2Args, opts?: InvokeOptions): Promise<GetServiceOverridesV2Result>
function getServiceOverridesV2Output(args: GetServiceOverridesV2OutputArgs, opts?: InvokeOptions): Output<GetServiceOverridesV2Result>
def get_service_overrides_v2(cluster_id: Optional[str] = None,
env_id: Optional[str] = None,
identifier: Optional[str] = None,
infra_id: Optional[str] = None,
org_id: Optional[str] = None,
project_id: Optional[str] = None,
service_id: Optional[str] = None,
spec: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceOverridesV2Result
def get_service_overrides_v2_output(cluster_id: Optional[pulumi.Input[str]] = None,
env_id: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
infra_id: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
service_id: Optional[pulumi.Input[str]] = None,
spec: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceOverridesV2Result]
func LookupServiceOverridesV2(ctx *Context, args *LookupServiceOverridesV2Args, opts ...InvokeOption) (*LookupServiceOverridesV2Result, error)
func LookupServiceOverridesV2Output(ctx *Context, args *LookupServiceOverridesV2OutputArgs, opts ...InvokeOption) LookupServiceOverridesV2ResultOutput
> Note: This function is named LookupServiceOverridesV2
in the Go SDK.
public static class GetServiceOverridesV2
{
public static Task<GetServiceOverridesV2Result> InvokeAsync(GetServiceOverridesV2Args args, InvokeOptions? opts = null)
public static Output<GetServiceOverridesV2Result> Invoke(GetServiceOverridesV2InvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServiceOverridesV2Result> getServiceOverridesV2(GetServiceOverridesV2Args args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:platform/getServiceOverridesV2:getServiceOverridesV2
arguments:
# arguments dictionary
The following arguments are supported:
- env_
id str - identifier str
- spec str
- type str
- cluster_
id str - infra_
id str - org_
id str - project_
id str - service_
id str
getServiceOverridesV2 Result
The following output properties are available:
- cluster_
id str - env_
id str - id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- infra_
id str - service_
id str - spec str
- type str
- org_
id str - project_
id str
Package Details
- Repository
- harness lbrlabs/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.