Image Args
data class ImageArgs(val containerRecipeArn: Output<String>? = null, val distributionConfigurationArn: Output<String>? = null, val enhancedImageMetadataEnabled: Output<Boolean>? = null, val executionRole: Output<String>? = null, val imageRecipeArn: Output<String>? = null, val imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, val imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, val infrastructureConfigurationArn: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workflows: Output<List<ImageWorkflowConfigurationArgs>>? = null) : ConvertibleToJava<ImageArgs>
Resource schema for AWS::ImageBuilder::Image
Constructors
Link copied to clipboard
constructor(containerRecipeArn: Output<String>? = null, distributionConfigurationArn: Output<String>? = null, enhancedImageMetadataEnabled: Output<Boolean>? = null, executionRole: Output<String>? = null, imageRecipeArn: Output<String>? = null, imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, infrastructureConfigurationArn: Output<String>? = null, tags: Output<Map<String, String>>? = null, workflows: Output<List<ImageWorkflowConfigurationArgs>>? = null)
Properties
Link copied to clipboard
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
The execution role name/ARN for the image build, if provided
Link copied to clipboard
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
Workflows to define the image build process