AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi
aws.datapipeline.getPipelineDefinition
Explore with Pulumi AI
Provides details about a specific DataPipeline Pipeline Definition.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.datapipeline.getPipelineDefinition({
    pipelineId: "pipelineID",
});
import pulumi
import pulumi_aws as aws
example = aws.datapipeline.get_pipeline_definition(pipeline_id="pipelineID")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/datapipeline"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datapipeline.LookupPipelineDefinition(ctx, &datapipeline.LookupPipelineDefinitionArgs{
			PipelineId: "pipelineID",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.DataPipeline.GetPipelineDefinition.Invoke(new()
    {
        PipelineId = "pipelineID",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.datapipeline.DatapipelineFunctions;
import com.pulumi.aws.datapipeline.inputs.GetPipelineDefinitionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = DatapipelineFunctions.getPipelineDefinition(GetPipelineDefinitionArgs.builder()
            .pipelineId("pipelineID")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:datapipeline:getPipelineDefinition
      arguments:
        pipelineId: pipelineID
Using getPipelineDefinition
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 getPipelineDefinition(args: GetPipelineDefinitionArgs, opts?: InvokeOptions): Promise<GetPipelineDefinitionResult>
function getPipelineDefinitionOutput(args: GetPipelineDefinitionOutputArgs, opts?: InvokeOptions): Output<GetPipelineDefinitionResult>def get_pipeline_definition(parameter_values: Optional[Sequence[GetPipelineDefinitionParameterValue]] = None,
                            pipeline_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetPipelineDefinitionResult
def get_pipeline_definition_output(parameter_values: Optional[pulumi.Input[Sequence[pulumi.Input[GetPipelineDefinitionParameterValueArgs]]]] = None,
                            pipeline_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetPipelineDefinitionResult]func LookupPipelineDefinition(ctx *Context, args *LookupPipelineDefinitionArgs, opts ...InvokeOption) (*LookupPipelineDefinitionResult, error)
func LookupPipelineDefinitionOutput(ctx *Context, args *LookupPipelineDefinitionOutputArgs, opts ...InvokeOption) LookupPipelineDefinitionResultOutput> Note: This function is named LookupPipelineDefinition in the Go SDK.
public static class GetPipelineDefinition 
{
    public static Task<GetPipelineDefinitionResult> InvokeAsync(GetPipelineDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelineDefinitionResult> Invoke(GetPipelineDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineDefinitionResult> getPipelineDefinition(GetPipelineDefinitionArgs args, InvokeOptions options)
public static Output<GetPipelineDefinitionResult> getPipelineDefinition(GetPipelineDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: aws:datapipeline/getPipelineDefinition:getPipelineDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PipelineId string
- ID of the pipeline.
- ParameterValues List<GetPipeline Definition Parameter Value> 
- Parameter values used in the pipeline definition. See below
- PipelineId string
- ID of the pipeline.
- ParameterValues []GetPipeline Definition Parameter Value 
- Parameter values used in the pipeline definition. See below
- pipelineId String
- ID of the pipeline.
- parameterValues List<GetPipeline Definition Parameter Value> 
- Parameter values used in the pipeline definition. See below
- pipelineId string
- ID of the pipeline.
- parameterValues GetPipeline Definition Parameter Value[] 
- Parameter values used in the pipeline definition. See below
- pipeline_id str
- ID of the pipeline.
- parameter_values Sequence[GetPipeline Definition Parameter Value] 
- Parameter values used in the pipeline definition. See below
- pipelineId String
- ID of the pipeline.
- parameterValues List<Property Map>
- Parameter values used in the pipeline definition. See below
getPipelineDefinition Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ParameterObjects List<GetPipeline Definition Parameter Object> 
- Parameter objects used in the pipeline definition. See below
- PipelineId string
- PipelineObjects List<GetPipeline Definition Pipeline Object> 
- Objects defined in the pipeline. See below
- ParameterValues List<GetPipeline Definition Parameter Value> 
- Parameter values used in the pipeline definition. See below
- Id string
- The provider-assigned unique ID for this managed resource.
- ParameterObjects []GetPipeline Definition Parameter Object 
- Parameter objects used in the pipeline definition. See below
- PipelineId string
- PipelineObjects []GetPipeline Definition Pipeline Object 
- Objects defined in the pipeline. See below
- ParameterValues []GetPipeline Definition Parameter Value 
- Parameter values used in the pipeline definition. See below
- id String
- The provider-assigned unique ID for this managed resource.
- parameterObjects List<GetPipeline Definition Parameter Object> 
- Parameter objects used in the pipeline definition. See below
- pipelineId String
- pipelineObjects List<GetPipeline Definition Pipeline Object> 
- Objects defined in the pipeline. See below
- parameterValues List<GetPipeline Definition Parameter Value> 
- Parameter values used in the pipeline definition. See below
- id string
- The provider-assigned unique ID for this managed resource.
- parameterObjects GetPipeline Definition Parameter Object[] 
- Parameter objects used in the pipeline definition. See below
- pipelineId string
- pipelineObjects GetPipeline Definition Pipeline Object[] 
- Objects defined in the pipeline. See below
- parameterValues GetPipeline Definition Parameter Value[] 
- Parameter values used in the pipeline definition. See below
- id str
- The provider-assigned unique ID for this managed resource.
- parameter_objects Sequence[GetPipeline Definition Parameter Object] 
- Parameter objects used in the pipeline definition. See below
- pipeline_id str
- pipeline_objects Sequence[GetPipeline Definition Pipeline Object] 
- Objects defined in the pipeline. See below
- parameter_values Sequence[GetPipeline Definition Parameter Value] 
- Parameter values used in the pipeline definition. See below
- id String
- The provider-assigned unique ID for this managed resource.
- parameterObjects List<Property Map>
- Parameter objects used in the pipeline definition. See below
- pipelineId String
- pipelineObjects List<Property Map>
- Objects defined in the pipeline. See below
- parameterValues List<Property Map>
- Parameter values used in the pipeline definition. See below
Supporting Types
GetPipelineDefinitionParameterObject    
- Attributes
List<GetPipeline Definition Parameter Object Attribute> 
- Id string
- ID of the object.
- Attributes
[]GetPipeline Definition Parameter Object Attribute 
- Id string
- ID of the object.
- attributes
List<GetPipeline Definition Parameter Object Attribute> 
- id String
- ID of the object.
- attributes
GetPipeline Definition Parameter Object Attribute[] 
- id string
- ID of the object.
- attributes
Sequence[GetPipeline Definition Parameter Object Attribute] 
- id str
- ID of the object.
- attributes List<Property Map>
- id String
- ID of the object.
GetPipelineDefinitionParameterObjectAttribute     
- Key string
- Field identifier.
- StringValue string
- Field value, expressed as a String.
- Key string
- Field identifier.
- StringValue string
- Field value, expressed as a String.
- key String
- Field identifier.
- stringValue String
- Field value, expressed as a String.
- key string
- Field identifier.
- stringValue string
- Field value, expressed as a String.
- key str
- Field identifier.
- string_value str
- Field value, expressed as a String.
- key String
- Field identifier.
- stringValue String
- Field value, expressed as a String.
GetPipelineDefinitionParameterValue    
- Id string
- ID of the object.
- StringValue string
- Field value, expressed as a String.
- Id string
- ID of the object.
- StringValue string
- Field value, expressed as a String.
- id String
- ID of the object.
- stringValue String
- Field value, expressed as a String.
- id string
- ID of the object.
- stringValue string
- Field value, expressed as a String.
- id str
- ID of the object.
- string_value str
- Field value, expressed as a String.
- id String
- ID of the object.
- stringValue String
- Field value, expressed as a String.
GetPipelineDefinitionPipelineObject    
- Id string
- ID of the object.
- Name string
- ARN of the storage connector.
- Fields
List<GetPipeline Definition Pipeline Object Field> 
- Key-value pairs that define the properties of the object. See below
- Id string
- ID of the object.
- Name string
- ARN of the storage connector.
- Fields
[]GetPipeline Definition Pipeline Object Field 
- Key-value pairs that define the properties of the object. See below
- id String
- ID of the object.
- name String
- ARN of the storage connector.
- fields
List<GetPipeline Definition Pipeline Object Field> 
- Key-value pairs that define the properties of the object. See below
- id string
- ID of the object.
- name string
- ARN of the storage connector.
- fields
GetPipeline Definition Pipeline Object Field[] 
- Key-value pairs that define the properties of the object. See below
- id str
- ID of the object.
- name str
- ARN of the storage connector.
- fields
Sequence[GetPipeline Definition Pipeline Object Field] 
- Key-value pairs that define the properties of the object. See below
- id String
- ID of the object.
- name String
- ARN of the storage connector.
- fields List<Property Map>
- Key-value pairs that define the properties of the object. See below
GetPipelineDefinitionPipelineObjectField     
- Key string
- Field identifier.
- RefValue string
- Field value, expressed as the identifier of another object
- StringValue string
- Field value, expressed as a String.
- Key string
- Field identifier.
- RefValue string
- Field value, expressed as the identifier of another object
- StringValue string
- Field value, expressed as a String.
- key String
- Field identifier.
- refValue String
- Field value, expressed as the identifier of another object
- stringValue String
- Field value, expressed as a String.
- key string
- Field identifier.
- refValue string
- Field value, expressed as the identifier of another object
- stringValue string
- Field value, expressed as a String.
- key str
- Field identifier.
- ref_value str
- Field value, expressed as the identifier of another object
- string_value str
- Field value, expressed as a String.
- key String
- Field identifier.
- refValue String
- Field value, expressed as the identifier of another object
- stringValue String
- Field value, expressed as a String.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.