aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
ComponentConfiguration - No Parameters
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### Name of the resource
AWS::ImageBuilder::ContainerRecipe
### Resource Name
_No response_
### Issue Description
Hello,
We are trying to implement an EC2 Image Builder Container Recipe and we have noticed that CloudFormation doesn't support Parameters for Container Recipe Components: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html
But if we go to the Documentation and the UI, parameters are there: https://docs.aws.amazon.com/imagebuilder/latest/userguide/create-container-recipes.html#create-container-recipe-cli
Can you please take a look into this?
Thanks
### Expected Behavior
Be able to specify Component Parameters:
```yaml
Type: AWS::ImageBuilder::ContainerRecipe
Properties:
...
Components:
- ComponentArn:
Parameters:
- Name: Param1
Value: Value1
```
### Observed Behavior
Only `ComponentArn` Available
### Test Cases
Check Expected Behavior
### Other Details
_No response_
Contributor guide
Research direction
Compare the AWS::ImageBuilder::ContainerRecipe ComponentConfiguration coverage with the AWS Image Builder container recipe documentation and CLI/UI behavior linked in the issue. Confirm the expected Parameters shape and identify the CloudFormation resource implementation or coverage entry that must support it; done means the YAML example is accepted and component parameters can be specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100