

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ImageBuilder::ContainerRecipe ComponentParameter
<a name="aws-properties-imagebuilder-containerrecipe-componentparameter"></a>

Contains a key/value pair that sets the named component parameter.

## Syntax
<a name="aws-properties-imagebuilder-containerrecipe-componentparameter-syntax"></a>

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

### JSON
<a name="aws-properties-imagebuilder-containerrecipe-componentparameter-syntax.json"></a>

```
{
  "[Name](#cfn-imagebuilder-containerrecipe-componentparameter-name)" : String,
  "[Value](#cfn-imagebuilder-containerrecipe-componentparameter-value)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-imagebuilder-containerrecipe-componentparameter-syntax.yaml"></a>

```
  [Name](#cfn-imagebuilder-containerrecipe-componentparameter-name): String
  [Value](#cfn-imagebuilder-containerrecipe-componentparameter-value): 
    - String
```

## Properties
<a name="aws-properties-imagebuilder-containerrecipe-componentparameter-properties"></a>

`Name`  <a name="cfn-imagebuilder-containerrecipe-componentparameter-name"></a>
The name of the component parameter to set.  
*Required*: Yes  
*Type*: String  
*Pattern*: `[^\x00]+`  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Value`  <a name="cfn-imagebuilder-containerrecipe-componentparameter-value"></a>
Sets the value for the named component parameter.  
*Required*: Yes  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)