Resource schema for AWS::ImageBuilder::Image
container_recipe_arn
(String) The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.distribution_configuration_arn
(String) The Amazon Resource Name (ARN) of the distribution configuration.enhanced_image_metadata_enabled
(Boolean) Collects additional information about the image being created, including the operating system (OS) version and package list.execution_role
(String) The execution role name/ARN for the image build, if providedimage_recipe_arn
(String) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.image_scanning_configuration
(Attributes) Contains settings for vulnerability scans. (see below for nested schema)image_tests_configuration
(Attributes) The image tests configuration used when creating this image. (see below for nested schema)infrastructure_configuration_arn
(String) The Amazon Resource Name (ARN) of the infrastructure configuration.tags
(Map of String) The tags associated with the image.workflows
(Attributes List) Workflows to define the image build process (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the image.id
(String) Uniquely identifies the resource.image_id
(String) The AMI ID of the EC2 AMI in current region.image_uri
(String) URI for containers created in current Region with default ECR image tagname
(String) The name of the image.image_scanning_configuration
Optional:
ecr_configuration
(Attributes) Contains ECR settings for vulnerability scans. (see below for nested schema)image_scanning_enabled
(Boolean) This sets whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.image_scanning_configuration.ecr_configuration
Optional:
container_tags
(List of String) Tags for Image Builder to apply the output container image that is scanned. Tags can help you identify and manage your scanned images.repository_name
(String) The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don?t provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository to use for vulnerability scans for your output container images.image_tests_configuration
Optional:
image_tests_enabled
(Boolean) ImageTestsEnabledtimeout_minutes
(Number) TimeoutMinutesworkflows
Optional:
on_failure
(String) Define execution decision in case of workflow failureparallel_group
(String) The parallel group nameparameters
(Attributes List) The parameters associated with the workflow (see below for nested schema)workflow_arn
(String) The Amazon Resource Name (ARN) of the workflowworkflows.parameters
Optional:
name
(String)value
(List of String)Import is supported using the following syntax:
$ terraform import awscc_imagebuilder_image.example <resource ID>