AWS v6.73.0 published on Wednesday, Mar 19, 2025 by Pulumi
aws.imagebuilder.getImagePipeline
Explore with Pulumi AI
Provides details about an Image Builder Image Pipeline.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.imagebuilder.getImagePipeline({
    arn: "arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example",
});
import pulumi
import pulumi_aws as aws
example = aws.imagebuilder.get_image_pipeline(arn="arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/imagebuilder"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := imagebuilder.LookupImagePipeline(ctx, &imagebuilder.LookupImagePipelineArgs{
			Arn: "arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example",
		}, 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.ImageBuilder.GetImagePipeline.Invoke(new()
    {
        Arn = "arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.imagebuilder.ImagebuilderFunctions;
import com.pulumi.aws.imagebuilder.inputs.GetImagePipelineArgs;
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 = ImagebuilderFunctions.getImagePipeline(GetImagePipelineArgs.builder()
            .arn("arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:imagebuilder:getImagePipeline
      arguments:
        arn: arn:aws:imagebuilder:us-west-2:aws:image-pipeline/example
Using getImagePipeline
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 getImagePipeline(args: GetImagePipelineArgs, opts?: InvokeOptions): Promise<GetImagePipelineResult>
function getImagePipelineOutput(args: GetImagePipelineOutputArgs, opts?: InvokeOptions): Output<GetImagePipelineResult>def get_image_pipeline(arn: Optional[str] = None,
                       tags: Optional[Mapping[str, str]] = None,
                       opts: Optional[InvokeOptions] = None) -> GetImagePipelineResult
def get_image_pipeline_output(arn: Optional[pulumi.Input[str]] = None,
                       tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetImagePipelineResult]func LookupImagePipeline(ctx *Context, args *LookupImagePipelineArgs, opts ...InvokeOption) (*LookupImagePipelineResult, error)
func LookupImagePipelineOutput(ctx *Context, args *LookupImagePipelineOutputArgs, opts ...InvokeOption) LookupImagePipelineResultOutput> Note: This function is named LookupImagePipeline in the Go SDK.
public static class GetImagePipeline 
{
    public static Task<GetImagePipelineResult> InvokeAsync(GetImagePipelineArgs args, InvokeOptions? opts = null)
    public static Output<GetImagePipelineResult> Invoke(GetImagePipelineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetImagePipelineResult> getImagePipeline(GetImagePipelineArgs args, InvokeOptions options)
public static Output<GetImagePipelineResult> getImagePipeline(GetImagePipelineArgs args, InvokeOptions options)
fn::invoke:
  function: aws:imagebuilder/getImagePipeline:getImagePipeline
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- ARN of the image pipeline.
- Dictionary<string, string>
- Key-value map of resource tags for the image pipeline.
- Arn string
- ARN of the image pipeline.
- map[string]string
- Key-value map of resource tags for the image pipeline.
- arn String
- ARN of the image pipeline.
- Map<String,String>
- Key-value map of resource tags for the image pipeline.
- arn string
- ARN of the image pipeline.
- {[key: string]: string}
- Key-value map of resource tags for the image pipeline.
- arn str
- ARN of the image pipeline.
- Mapping[str, str]
- Key-value map of resource tags for the image pipeline.
- arn String
- ARN of the image pipeline.
- Map<String>
- Key-value map of resource tags for the image pipeline.
getImagePipeline Result
The following output properties are available:
- Arn string
- ContainerRecipe stringArn 
- ARN of the container recipe.
- DateCreated string
- Date the image pipeline was created.
- DateLast stringRun 
- Date the image pipeline was last run.
- DateNext stringRun 
- Date the image pipeline will run next.
- DateUpdated string
- Date the image pipeline was updated.
- Description string
- Description of the image pipeline.
- DistributionConfiguration stringArn 
- ARN of the Image Builder Distribution Configuration.
- EnhancedImage boolMetadata Enabled 
- Whether additional information about the image being created is collected.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageRecipe stringArn 
- ARN of the image recipe.
- ImageScanning List<GetConfigurations Image Pipeline Image Scanning Configuration> 
- ImageTests List<GetConfigurations Image Pipeline Image Tests Configuration> 
- List of an object with image tests configuration.
- InfrastructureConfiguration stringArn 
- ARN of the Image Builder Infrastructure Configuration.
- Name string
- Name of the image pipeline.
- Platform string
- Platform of the image pipeline.
- Schedules
List<GetImage Pipeline Schedule> 
- List of an object with schedule settings.
- Status string
- Status of the image pipeline.
- Dictionary<string, string>
- Key-value map of resource tags for the image pipeline.
- Arn string
- ContainerRecipe stringArn 
- ARN of the container recipe.
- DateCreated string
- Date the image pipeline was created.
- DateLast stringRun 
- Date the image pipeline was last run.
- DateNext stringRun 
- Date the image pipeline will run next.
- DateUpdated string
- Date the image pipeline was updated.
- Description string
- Description of the image pipeline.
- DistributionConfiguration stringArn 
- ARN of the Image Builder Distribution Configuration.
- EnhancedImage boolMetadata Enabled 
- Whether additional information about the image being created is collected.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageRecipe stringArn 
- ARN of the image recipe.
- ImageScanning []GetConfigurations Image Pipeline Image Scanning Configuration 
- ImageTests []GetConfigurations Image Pipeline Image Tests Configuration 
- List of an object with image tests configuration.
- InfrastructureConfiguration stringArn 
- ARN of the Image Builder Infrastructure Configuration.
- Name string
- Name of the image pipeline.
- Platform string
- Platform of the image pipeline.
- Schedules
[]GetImage Pipeline Schedule 
- List of an object with schedule settings.
- Status string
- Status of the image pipeline.
- map[string]string
- Key-value map of resource tags for the image pipeline.
- arn String
- containerRecipe StringArn 
- ARN of the container recipe.
- dateCreated String
- Date the image pipeline was created.
- dateLast StringRun 
- Date the image pipeline was last run.
- dateNext StringRun 
- Date the image pipeline will run next.
- dateUpdated String
- Date the image pipeline was updated.
- description String
- Description of the image pipeline.
- distributionConfiguration StringArn 
- ARN of the Image Builder Distribution Configuration.
- enhancedImage BooleanMetadata Enabled 
- Whether additional information about the image being created is collected.
- id String
- The provider-assigned unique ID for this managed resource.
- imageRecipe StringArn 
- ARN of the image recipe.
- imageScanning List<GetConfigurations Image Pipeline Image Scanning Configuration> 
- imageTests List<GetConfigurations Image Pipeline Image Tests Configuration> 
- List of an object with image tests configuration.
- infrastructureConfiguration StringArn 
- ARN of the Image Builder Infrastructure Configuration.
- name String
- Name of the image pipeline.
- platform String
- Platform of the image pipeline.
- schedules
List<GetImage Pipeline Schedule> 
- List of an object with schedule settings.
- status String
- Status of the image pipeline.
- Map<String,String>
- Key-value map of resource tags for the image pipeline.
- arn string
- containerRecipe stringArn 
- ARN of the container recipe.
- dateCreated string
- Date the image pipeline was created.
- dateLast stringRun 
- Date the image pipeline was last run.
- dateNext stringRun 
- Date the image pipeline will run next.
- dateUpdated string
- Date the image pipeline was updated.
- description string
- Description of the image pipeline.
- distributionConfiguration stringArn 
- ARN of the Image Builder Distribution Configuration.
- enhancedImage booleanMetadata Enabled 
- Whether additional information about the image being created is collected.
- id string
- The provider-assigned unique ID for this managed resource.
- imageRecipe stringArn 
- ARN of the image recipe.
- imageScanning GetConfigurations Image Pipeline Image Scanning Configuration[] 
- imageTests GetConfigurations Image Pipeline Image Tests Configuration[] 
- List of an object with image tests configuration.
- infrastructureConfiguration stringArn 
- ARN of the Image Builder Infrastructure Configuration.
- name string
- Name of the image pipeline.
- platform string
- Platform of the image pipeline.
- schedules
GetImage Pipeline Schedule[] 
- List of an object with schedule settings.
- status string
- Status of the image pipeline.
- {[key: string]: string}
- Key-value map of resource tags for the image pipeline.
- arn str
- container_recipe_ strarn 
- ARN of the container recipe.
- date_created str
- Date the image pipeline was created.
- date_last_ strrun 
- Date the image pipeline was last run.
- date_next_ strrun 
- Date the image pipeline will run next.
- date_updated str
- Date the image pipeline was updated.
- description str
- Description of the image pipeline.
- distribution_configuration_ strarn 
- ARN of the Image Builder Distribution Configuration.
- enhanced_image_ boolmetadata_ enabled 
- Whether additional information about the image being created is collected.
- id str
- The provider-assigned unique ID for this managed resource.
- image_recipe_ strarn 
- ARN of the image recipe.
- image_scanning_ Sequence[Getconfigurations Image Pipeline Image Scanning Configuration] 
- image_tests_ Sequence[Getconfigurations Image Pipeline Image Tests Configuration] 
- List of an object with image tests configuration.
- infrastructure_configuration_ strarn 
- ARN of the Image Builder Infrastructure Configuration.
- name str
- Name of the image pipeline.
- platform str
- Platform of the image pipeline.
- schedules
Sequence[GetImage Pipeline Schedule] 
- List of an object with schedule settings.
- status str
- Status of the image pipeline.
- Mapping[str, str]
- Key-value map of resource tags for the image pipeline.
- arn String
- containerRecipe StringArn 
- ARN of the container recipe.
- dateCreated String
- Date the image pipeline was created.
- dateLast StringRun 
- Date the image pipeline was last run.
- dateNext StringRun 
- Date the image pipeline will run next.
- dateUpdated String
- Date the image pipeline was updated.
- description String
- Description of the image pipeline.
- distributionConfiguration StringArn 
- ARN of the Image Builder Distribution Configuration.
- enhancedImage BooleanMetadata Enabled 
- Whether additional information about the image being created is collected.
- id String
- The provider-assigned unique ID for this managed resource.
- imageRecipe StringArn 
- ARN of the image recipe.
- imageScanning List<Property Map>Configurations 
- imageTests List<Property Map>Configurations 
- List of an object with image tests configuration.
- infrastructureConfiguration StringArn 
- ARN of the Image Builder Infrastructure Configuration.
- name String
- Name of the image pipeline.
- platform String
- Platform of the image pipeline.
- schedules List<Property Map>
- List of an object with schedule settings.
- status String
- Status of the image pipeline.
- Map<String>
- Key-value map of resource tags for the image pipeline.
Supporting Types
GetImagePipelineImageScanningConfiguration     
- EcrConfigurations List<GetImage Pipeline Image Scanning Configuration Ecr Configuration> 
- List if an object with ecr configuration for image scanning
- ImageScanning boolEnabled 
- Whether image scanning is enabled.
- EcrConfigurations []GetImage Pipeline Image Scanning Configuration Ecr Configuration 
- List if an object with ecr configuration for image scanning
- ImageScanning boolEnabled 
- Whether image scanning is enabled.
- ecrConfigurations List<GetImage Pipeline Image Scanning Configuration Ecr Configuration> 
- List if an object with ecr configuration for image scanning
- imageScanning BooleanEnabled 
- Whether image scanning is enabled.
- ecrConfigurations GetImage Pipeline Image Scanning Configuration Ecr Configuration[] 
- List if an object with ecr configuration for image scanning
- imageScanning booleanEnabled 
- Whether image scanning is enabled.
- ecr_configurations Sequence[GetImage Pipeline Image Scanning Configuration Ecr Configuration] 
- List if an object with ecr configuration for image scanning
- image_scanning_ boolenabled 
- Whether image scanning is enabled.
- ecrConfigurations List<Property Map>
- List if an object with ecr configuration for image scanning
- imageScanning BooleanEnabled 
- Whether image scanning is enabled.
GetImagePipelineImageScanningConfigurationEcrConfiguration       
- List<string>
- Tags that are added to the output containers that are scanned
- RepositoryName string
- The name of the container repository that Amazon Inspector scans
- []string
- Tags that are added to the output containers that are scanned
- RepositoryName string
- The name of the container repository that Amazon Inspector scans
- List<String>
- Tags that are added to the output containers that are scanned
- repositoryName String
- The name of the container repository that Amazon Inspector scans
- string[]
- Tags that are added to the output containers that are scanned
- repositoryName string
- The name of the container repository that Amazon Inspector scans
- Sequence[str]
- Tags that are added to the output containers that are scanned
- repository_name str
- The name of the container repository that Amazon Inspector scans
- List<String>
- Tags that are added to the output containers that are scanned
- repositoryName String
- The name of the container repository that Amazon Inspector scans
GetImagePipelineImageTestsConfiguration     
- ImageTests boolEnabled 
- Whether image tests are enabled.
- TimeoutMinutes int
- Number of minutes before image tests time out.
- ImageTests boolEnabled 
- Whether image tests are enabled.
- TimeoutMinutes int
- Number of minutes before image tests time out.
- imageTests BooleanEnabled 
- Whether image tests are enabled.
- timeoutMinutes Integer
- Number of minutes before image tests time out.
- imageTests booleanEnabled 
- Whether image tests are enabled.
- timeoutMinutes number
- Number of minutes before image tests time out.
- image_tests_ boolenabled 
- Whether image tests are enabled.
- timeout_minutes int
- Number of minutes before image tests time out.
- imageTests BooleanEnabled 
- Whether image tests are enabled.
- timeoutMinutes Number
- Number of minutes before image tests time out.
GetImagePipelineSchedule   
- PipelineExecution stringStart Condition 
- Condition when the pipeline should trigger a new image build.
- ScheduleExpression string
- Cron expression of how often the pipeline start condition is evaluated.
- PipelineExecution stringStart Condition 
- Condition when the pipeline should trigger a new image build.
- ScheduleExpression string
- Cron expression of how often the pipeline start condition is evaluated.
- pipelineExecution StringStart Condition 
- Condition when the pipeline should trigger a new image build.
- scheduleExpression String
- Cron expression of how often the pipeline start condition is evaluated.
- pipelineExecution stringStart Condition 
- Condition when the pipeline should trigger a new image build.
- scheduleExpression string
- Cron expression of how often the pipeline start condition is evaluated.
- pipeline_execution_ strstart_ condition 
- Condition when the pipeline should trigger a new image build.
- schedule_expression str
- Cron expression of how often the pipeline start condition is evaluated.
- pipelineExecution StringStart Condition 
- Condition when the pipeline should trigger a new image build.
- scheduleExpression String
- Cron expression of how often the pipeline start condition is evaluated.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.