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:
- Org
Id string Unique identifier of the Organization.
- Pipeline
Id string Identifier of the pipeline
- Project
Id string Unique identifier of the Project.
- Identifier string
Unique identifier of the resource.
- Name string
Name of the resource.
- Org
Id string Unique identifier of the Organization.
- Pipeline
Id string Identifier of the pipeline
- Project
Id string Unique identifier of the Project.
- Identifier string
Unique identifier of the resource.
- Name string
Name of the resource.
- org
Id String Unique identifier of the Organization.
- pipeline
Id String Identifier of the pipeline
- project
Id String Unique identifier of the Project.
- identifier String
Unique identifier of the resource.
- name String
Name of the resource.
- org
Id string Unique identifier of the Organization.
- pipeline
Id string Identifier of the pipeline
- project
Id 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.
- org
Id String Unique identifier of the Organization.
- pipeline
Id String Identifier of the pipeline
- project
Id 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.
- Org
Id string Unique identifier of the Organization.
- Pipeline
Id string Identifier of the pipeline
- Project
Id string Unique identifier of the Project.
- 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.
- Org
Id string Unique identifier of the Organization.
- Pipeline
Id string Identifier of the pipeline
- Project
Id string Unique identifier of the Project.
- []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.
- org
Id String Unique identifier of the Organization.
- pipeline
Id String Identifier of the pipeline
- project
Id String Unique identifier of the Project.
- 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.
- org
Id string Unique identifier of the Organization.
- pipeline
Id string Identifier of the pipeline
- project
Id string Unique identifier of the Project.
- 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.
- 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.
- org
Id String Unique identifier of the Organization.
- pipeline
Id String Identifier of the pipeline
- project
Id String Unique identifier of the Project.
- 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.