1. Packages
  2. Harness
  3. API Docs
  4. platform
  5. getIacmDefaultPipeline
Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi

harness.platform.getIacmDefaultPipeline

Explore with Pulumi AI

harness logo
Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi

    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.
    OrgId string
    Organization identifier of the organization the default pipelines resides in.
    ProjectId string
    Project identifier of the project the default pipelines resides in.
    ProvisionerType string
    The provisioner associated with this default.
    Operation string
    The operation associated with this default.
    OrgId string
    Organization identifier of the organization the default pipelines resides in.
    ProjectId string
    Project identifier of the project the default pipelines resides in.
    ProvisionerType string
    The provisioner associated with this default.
    operation String
    The operation associated with this default.
    orgId String
    Organization identifier of the organization the default pipelines resides in.
    projectId String
    Project identifier of the project the default pipelines resides in.
    provisionerType String
    The provisioner associated with this default.
    operation string
    The operation associated with this default.
    orgId string
    Organization identifier of the organization the default pipelines resides in.
    projectId string
    Project identifier of the project the default pipelines resides in.
    provisionerType 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.
    orgId String
    Organization identifier of the organization the default pipelines resides in.
    projectId String
    Project identifier of the project the default pipelines resides in.
    provisionerType 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.
    OrgId string
    Organization identifier of the organization the default pipelines resides in.
    Pipeline string
    The pipeline associated with this default.
    ProjectId string
    Project identifier of the project the default pipelines resides in.
    ProvisionerType 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.
    OrgId string
    Organization identifier of the organization the default pipelines resides in.
    Pipeline string
    The pipeline associated with this default.
    ProjectId string
    Project identifier of the project the default pipelines resides in.
    ProvisionerType 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.
    orgId String
    Organization identifier of the organization the default pipelines resides in.
    pipeline String
    The pipeline associated with this default.
    projectId String
    Project identifier of the project the default pipelines resides in.
    provisionerType 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.
    orgId string
    Organization identifier of the organization the default pipelines resides in.
    pipeline string
    The pipeline associated with this default.
    projectId string
    Project identifier of the project the default pipelines resides in.
    provisionerType 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.
    orgId String
    Organization identifier of the organization the default pipelines resides in.
    pipeline String
    The pipeline associated with this default.
    projectId String
    Project identifier of the project the default pipelines resides in.
    provisionerType 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.
    harness logo
    Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi