AWS::ImageBuilder::ImageRecipe ComponentConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ImageBuilder::ImageRecipe ComponentConfiguration

Configuration details of the component.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ComponentArn" : String, "Parameters" : [ ComponentParameter, ... ] }

Properties

ComponentArn

The Amazon Resource Name (ARN) of the component.

Required: No

Type: String

Pattern: ^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):component/[a-z0-9-_]+/(?:(?:([0-9]+|x)\.([0-9]+|x)\.([0-9]+|x))|(?:[0-9]+\.[0-9]+\.[0-9]+/[0-9]+))$

Update requires: Replacement

Parameters

A group of parameter settings that Image Builder uses to configure the component for a specific recipe.

Required: No

Type: Array of ComponentParameter

Minimum: 1

Update requires: Replacement