| Package | Description |
|---|---|
| software.amazon.awscdk.services.imagebuilder |
AWS::ImageBuilder Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
static CfnImagePipeline.Builder |
CfnImagePipeline.Builder.create(software.constructs.Construct scope,
String id) |
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.description(String description)
The description of this image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.imageTestsConfiguration(CfnImagePipeline.ImageTestsConfigurationProperty imageTestsConfiguration)
The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.imageTestsConfiguration(IResolvable imageTestsConfiguration)
The configuration of the image tests that run after image creation to ensure the quality of the image that was created.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.name(String name)
The name of the image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.schedule(CfnImagePipeline.ScheduleProperty schedule)
The schedule of the image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.schedule(IResolvable schedule)
The schedule of the image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.status(String status)
The status of the image pipeline.
|
CfnImagePipeline.Builder |
CfnImagePipeline.Builder.tags(Map<String,String> tags)
The tags of this image pipeline.
|
Copyright © 2022. All rights reserved.