1. Packages
  2. Harness
  3. API Docs
  4. platform
  5. getServiceOverridesV2
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

harness.platform.getServiceOverridesV2

Explore with Pulumi AI

harness logo
Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs

    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:

    EnvId string
    Identifier string
    Spec string
    Type string
    ClusterId string
    InfraId string
    OrgId string
    ProjectId string
    ServiceId string
    EnvId string
    Identifier string
    Spec string
    Type string
    ClusterId string
    InfraId string
    OrgId string
    ProjectId string
    ServiceId string
    envId String
    identifier String
    spec String
    type String
    clusterId String
    infraId String
    orgId String
    projectId String
    serviceId String
    envId string
    identifier string
    spec string
    type string
    clusterId string
    infraId string
    orgId string
    projectId string
    serviceId string
    envId String
    identifier String
    spec String
    type String
    clusterId String
    infraId String
    orgId String
    projectId String
    serviceId String

    getServiceOverridesV2 Result

    The following output properties are available:

    ClusterId string
    EnvId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    InfraId string
    ServiceId string
    Spec string
    Type string
    OrgId string
    ProjectId string
    ClusterId string
    EnvId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    InfraId string
    ServiceId string
    Spec string
    Type string
    OrgId string
    ProjectId string
    clusterId String
    envId String
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    infraId String
    serviceId String
    spec String
    type String
    orgId String
    projectId String
    clusterId string
    envId string
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    infraId string
    serviceId string
    spec string
    type string
    orgId string
    projectId string
    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
    clusterId String
    envId String
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    infraId String
    serviceId String
    spec String
    type String
    orgId String
    projectId String

    Package Details

    Repository
    harness lbrlabs/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs