AWS::ImageBuilder::ContainerRecipe ComponentConfiguration
Configuration details of the component.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ComponentArn" :String, "Parameters" :[ ComponentParameter, ... ]}
YAML
ComponentArn:StringParameters:- ComponentParameter
Properties
ComponentArn-
The Amazon Resource Name (ARN) of the component.
Required: No
Type: String
Pattern:
^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws):component/[a-z0-9-_]+/(?:(?:([0-9]+|x)\.([0-9]+|x)\.([0-9]+|x))|(?:[0-9]+\.[0-9]+\.[0-9]+/[0-9]+))$Update requires: Replacement
ParametersProperty description not available.
Required: No
Type: List of ComponentParameter
Update requires: Replacement