Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi
harness.platform.getIacmDefaultPipeline
Explore with Pulumi AI
Data source for retrieving IACM default pipelines.
Using getIacmDefaultPipeline
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 getIacmDefaultPipeline(args: GetIacmDefaultPipelineArgs, opts?: InvokeOptions): Promise<GetIacmDefaultPipelineResult>
function getIacmDefaultPipelineOutput(args: GetIacmDefaultPipelineOutputArgs, opts?: InvokeOptions): Output<GetIacmDefaultPipelineResult>
def get_iacm_default_pipeline(operation: Optional[str] = None,
org_id: Optional[str] = None,
project_id: Optional[str] = None,
provisioner_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIacmDefaultPipelineResult
def get_iacm_default_pipeline_output(operation: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
provisioner_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIacmDefaultPipelineResult]
func LookupIacmDefaultPipeline(ctx *Context, args *LookupIacmDefaultPipelineArgs, opts ...InvokeOption) (*LookupIacmDefaultPipelineResult, error)
func LookupIacmDefaultPipelineOutput(ctx *Context, args *LookupIacmDefaultPipelineOutputArgs, opts ...InvokeOption) LookupIacmDefaultPipelineResultOutput
> Note: This function is named LookupIacmDefaultPipeline
in the Go SDK.
public static class GetIacmDefaultPipeline
{
public static Task<GetIacmDefaultPipelineResult> InvokeAsync(GetIacmDefaultPipelineArgs args, InvokeOptions? opts = null)
public static Output<GetIacmDefaultPipelineResult> Invoke(GetIacmDefaultPipelineInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIacmDefaultPipelineResult> getIacmDefaultPipeline(GetIacmDefaultPipelineArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:platform/getIacmDefaultPipeline:getIacmDefaultPipeline
arguments:
# arguments dictionary
The following arguments are supported:
- Operation string
- The operation associated with this default.
- Org
Id string - Organization identifier of the organization the default pipelines resides in.
- Project
Id string - Project identifier of the project the default pipelines resides in.
- Provisioner
Type string - The provisioner associated with this default.
- Operation string
- The operation associated with this default.
- Org
Id string - Organization identifier of the organization the default pipelines resides in.
- Project
Id string - Project identifier of the project the default pipelines resides in.
- Provisioner
Type string - The provisioner associated with this default.
- operation String
- The operation associated with this default.
- org
Id String - Organization identifier of the organization the default pipelines resides in.
- project
Id String - Project identifier of the project the default pipelines resides in.
- provisioner
Type String - The provisioner associated with this default.
- operation string
- The operation associated with this default.
- org
Id string - Organization identifier of the organization the default pipelines resides in.
- project
Id string - Project identifier of the project the default pipelines resides in.
- provisioner
Type string - The provisioner associated with this default.
- operation str
- The operation associated with this default.
- org_
id str - Organization identifier of the organization the default pipelines resides in.
- project_
id str - Project identifier of the project the default pipelines resides in.
- provisioner_
type str - The provisioner associated with this default.
- operation String
- The operation associated with this default.
- org
Id String - Organization identifier of the organization the default pipelines resides in.
- project
Id String - Project identifier of the project the default pipelines resides in.
- provisioner
Type String - The provisioner associated with this default.
getIacmDefaultPipeline Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Operation string
- The operation associated with this default.
- Org
Id string - Organization identifier of the organization the default pipelines resides in.
- Pipeline string
- The pipeline associated with this default.
- Project
Id string - Project identifier of the project the default pipelines resides in.
- Provisioner
Type string - The provisioner associated with this default.
- Id string
- The provider-assigned unique ID for this managed resource.
- Operation string
- The operation associated with this default.
- Org
Id string - Organization identifier of the organization the default pipelines resides in.
- Pipeline string
- The pipeline associated with this default.
- Project
Id string - Project identifier of the project the default pipelines resides in.
- Provisioner
Type string - The provisioner associated with this default.
- id String
- The provider-assigned unique ID for this managed resource.
- operation String
- The operation associated with this default.
- org
Id String - Organization identifier of the organization the default pipelines resides in.
- pipeline String
- The pipeline associated with this default.
- project
Id String - Project identifier of the project the default pipelines resides in.
- provisioner
Type String - The provisioner associated with this default.
- id string
- The provider-assigned unique ID for this managed resource.
- operation string
- The operation associated with this default.
- org
Id string - Organization identifier of the organization the default pipelines resides in.
- pipeline string
- The pipeline associated with this default.
- project
Id string - Project identifier of the project the default pipelines resides in.
- provisioner
Type string - The provisioner associated with this default.
- id str
- The provider-assigned unique ID for this managed resource.
- operation str
- The operation associated with this default.
- org_
id str - Organization identifier of the organization the default pipelines resides in.
- pipeline str
- The pipeline associated with this default.
- project_
id str - Project identifier of the project the default pipelines resides in.
- provisioner_
type str - The provisioner associated with this default.
- id String
- The provider-assigned unique ID for this managed resource.
- operation String
- The operation associated with this default.
- org
Id String - Organization identifier of the organization the default pipelines resides in.
- pipeline String
- The pipeline associated with this default.
- project
Id String - Project identifier of the project the default pipelines resides in.
- provisioner
Type String - The provisioner associated with this default.
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.