ImageArgs

data class ImageArgs(val containerRecipeArn: Output<String>? = null, val distributionConfigurationArn: Output<String>? = null, val enhancedImageMetadataEnabled: Output<Boolean>? = null, val imageRecipeArn: Output<String>? = null, val imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, val imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, val infrastructureConfigurationArn: Output<String>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<ImageArgs>

Resource schema for AWS::ImageBuilder::Image

Constructors

Link copied to clipboard
fun ImageArgs(containerRecipeArn: Output<String>? = null, distributionConfigurationArn: Output<String>? = null, enhancedImageMetadataEnabled: Output<Boolean>? = null, imageRecipeArn: Output<String>? = null, imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, infrastructureConfigurationArn: Output<String>? = null, tags: Output<Any>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ImageArgs

Properties

Link copied to clipboard
val containerRecipeArn: Output<String>? = null

The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.

Link copied to clipboard

The Amazon Resource Name (ARN) of the distribution configuration.

Link copied to clipboard

Collects additional information about the image being created, including the operating system (OS) version and package list.

Link copied to clipboard
val imageRecipeArn: Output<String>? = null

The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.

Link copied to clipboard

Contains settings for vulnerability scans.

Link copied to clipboard

The image tests configuration used when creating this image.

Link copied to clipboard

The Amazon Resource Name (ARN) of the infrastructure configuration.

Link copied to clipboard
val tags: Output<Any>? = null

The tags associated with the image.