| Modifier and Type | Method and Description |
|---|---|
CfnImage |
build() |
CfnImage.Builder |
containerRecipeArn(String containerRecipeArn)
The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.
|
static CfnImage.Builder |
create(software.constructs.Construct scope,
String id) |
CfnImage.Builder |
distributionConfigurationArn(String distributionConfigurationArn)
The Amazon Resource Name (ARN) of the distribution configuration.
|
CfnImage.Builder |
enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImage.Builder |
enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
Collects additional information about the image being created, including the operating system (OS) version and package list.
|
CfnImage.Builder |
imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe.
|
CfnImage.Builder |
imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration)
The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
|
CfnImage.Builder |
imageTestsConfiguration(IResolvable imageTestsConfiguration)
The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting.
|
CfnImage.Builder |
infrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.
|
CfnImage.Builder |
tags(Map<String,String> tags)
The tags of the image.
|
@Stability(value=Stable) public static CfnImage.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnImage.ImageTestsConfigurationProperty.Builder.@Stability(value=Stable) public CfnImage.Builder infrastructureConfigurationArn(String infrastructureConfigurationArn)
infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder containerRecipeArn(String containerRecipeArn)
containerRecipeArn - The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder distributionConfigurationArn(String distributionConfigurationArn)
distributionConfigurationArn - The Amazon Resource Name (ARN) of the distribution configuration. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder enhancedImageMetadataEnabled(Boolean enhancedImageMetadataEnabled)
This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS) version and package list. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder enhancedImageMetadataEnabled(IResolvable enhancedImageMetadataEnabled)
This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
enhancedImageMetadataEnabled - Collects additional information about the image being created, including the operating system (OS) version and package list. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageRecipeArn(String imageRecipeArn)
imageRecipeArn - The Amazon Resource Name (ARN) of the image recipe. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageTestsConfiguration(CfnImage.ImageTestsConfigurationProperty imageTestsConfiguration)
imageTestsConfiguration - The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder imageTestsConfiguration(IResolvable imageTestsConfiguration)
imageTestsConfiguration - The configuration settings for your image test components, which includes a toggle that allows you to turn off tests, and a timeout setting. This parameter is required.this@Stability(value=Stable) public CfnImage.Builder tags(Map<String,String> tags)
tags - The tags of the image. This parameter is required.thisCopyright © 2022. All rights reserved.