harness.platform.getInputSet

Data source for retrieving a Harness input set.

Using getInputSet

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 getInputSet(args: GetInputSetArgs, opts?: InvokeOptions): Promise<GetInputSetResult>
function getInputSetOutput(args: GetInputSetOutputArgs, opts?: InvokeOptions): Output<GetInputSetResult>
def get_input_set(identifier: Optional[str] = None,
                  name: Optional[str] = None,
                  org_id: Optional[str] = None,
                  pipeline_id: Optional[str] = None,
                  project_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetInputSetResult
def get_input_set_output(identifier: Optional[pulumi.Input[str]] = None,
                  name: Optional[pulumi.Input[str]] = None,
                  org_id: Optional[pulumi.Input[str]] = None,
                  pipeline_id: Optional[pulumi.Input[str]] = None,
                  project_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetInputSetResult]
func LookupInputSet(ctx *Context, args *LookupInputSetArgs, opts ...InvokeOption) (*LookupInputSetResult, error)
func LookupInputSetOutput(ctx *Context, args *LookupInputSetOutputArgs, opts ...InvokeOption) LookupInputSetResultOutput

> Note: This function is named LookupInputSet in the Go SDK.

public static class GetInputSet 
{
    public static Task<GetInputSetResult> InvokeAsync(GetInputSetArgs args, InvokeOptions? opts = null)
    public static Output<GetInputSetResult> Invoke(GetInputSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInputSetResult> getInputSet(GetInputSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: harness:platform/getInputSet:getInputSet
  arguments:
    # arguments dictionary

The following arguments are supported:

OrgId string

Unique identifier of the Organization.

PipelineId string

Identifier of the pipeline

ProjectId string

Unique identifier of the Project.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

OrgId string

Unique identifier of the Organization.

PipelineId string

Identifier of the pipeline

ProjectId string

Unique identifier of the Project.

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

orgId String

Unique identifier of the Organization.

pipelineId String

Identifier of the pipeline

projectId String

Unique identifier of the Project.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

orgId string

Unique identifier of the Organization.

pipelineId string

Identifier of the pipeline

projectId string

Unique identifier of the Project.

identifier string

Unique identifier of the resource.

name string

Name of the resource.

org_id str

Unique identifier of the Organization.

pipeline_id str

Identifier of the pipeline

project_id str

Unique identifier of the Project.

identifier str

Unique identifier of the resource.

name str

Name of the resource.

orgId String

Unique identifier of the Organization.

pipelineId String

Identifier of the pipeline

projectId String

Unique identifier of the Project.

identifier String

Unique identifier of the resource.

name String

Name of the resource.

getInputSet Result

The following output properties are available:

Description string

Description of the resource.

Id string

The provider-assigned unique ID for this managed resource.

OrgId string

Unique identifier of the Organization.

PipelineId string

Identifier of the pipeline

ProjectId string

Unique identifier of the Project.

Tags List<string>

Tags to associate with the resource. Tags should be in the form name:value.

Yaml string

Input Set YAML

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

Description string

Description of the resource.

Id string

The provider-assigned unique ID for this managed resource.

OrgId string

Unique identifier of the Organization.

PipelineId string

Identifier of the pipeline

ProjectId string

Unique identifier of the Project.

Tags []string

Tags to associate with the resource. Tags should be in the form name:value.

Yaml string

Input Set YAML

Identifier string

Unique identifier of the resource.

Name string

Name of the resource.

description String

Description of the resource.

id String

The provider-assigned unique ID for this managed resource.

orgId String

Unique identifier of the Organization.

pipelineId String

Identifier of the pipeline

projectId String

Unique identifier of the Project.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

yaml String

Input Set YAML

identifier String

Unique identifier of the resource.

name String

Name of the resource.

description string

Description of the resource.

id string

The provider-assigned unique ID for this managed resource.

orgId string

Unique identifier of the Organization.

pipelineId string

Identifier of the pipeline

projectId string

Unique identifier of the Project.

tags string[]

Tags to associate with the resource. Tags should be in the form name:value.

yaml string

Input Set YAML

identifier string

Unique identifier of the resource.

name string

Name of the resource.

description str

Description of the resource.

id str

The provider-assigned unique ID for this managed resource.

org_id str

Unique identifier of the Organization.

pipeline_id str

Identifier of the pipeline

project_id str

Unique identifier of the Project.

tags Sequence[str]

Tags to associate with the resource. Tags should be in the form name:value.

yaml str

Input Set YAML

identifier str

Unique identifier of the resource.

name str

Name of the resource.

description String

Description of the resource.

id String

The provider-assigned unique ID for this managed resource.

orgId String

Unique identifier of the Organization.

pipelineId String

Identifier of the pipeline

projectId String

Unique identifier of the Project.

tags List<String>

Tags to associate with the resource. Tags should be in the form name:value.

yaml String

Input Set YAML

identifier String

Unique identifier of the resource.

name String

Name of the resource.

Package Details

Repository
harness lbrlabs/pulumi-harness
License
Apache-2.0
Notes

This Pulumi package is based on the harness Terraform Provider.