

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::AmplifyUIBuilder::Component ComponentProperty
<a name="aws-properties-amplifyuibuilder-component-componentproperty"></a>

The `ComponentProperty` property specifies the configuration for all of a component's properties. Use `ComponentProperty` to specify the values to render or bind by default.

## Syntax
<a name="aws-properties-amplifyuibuilder-component-componentproperty-syntax"></a>

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

### JSON
<a name="aws-properties-amplifyuibuilder-component-componentproperty-syntax.json"></a>

```
{
  "[BindingProperties](#cfn-amplifyuibuilder-component-componentproperty-bindingproperties)" : ComponentPropertyBindingProperties,
  "[Bindings](#cfn-amplifyuibuilder-component-componentproperty-bindings)" : {Key: Value, ...},
  "[CollectionBindingProperties](#cfn-amplifyuibuilder-component-componentproperty-collectionbindingproperties)" : ComponentPropertyBindingProperties,
  "[ComponentName](#cfn-amplifyuibuilder-component-componentproperty-componentname)" : String,
  "[Concat](#cfn-amplifyuibuilder-component-componentproperty-concat)" : [ ComponentProperty, ... ],
  "[Condition](#cfn-amplifyuibuilder-component-componentproperty-condition)" : ComponentConditionProperty,
  "[Configured](#cfn-amplifyuibuilder-component-componentproperty-configured)" : Boolean,
  "[DefaultValue](#cfn-amplifyuibuilder-component-componentproperty-defaultvalue)" : String,
  "[Event](#cfn-amplifyuibuilder-component-componentproperty-event)" : String,
  "[ImportedValue](#cfn-amplifyuibuilder-component-componentproperty-importedvalue)" : String,
  "[Model](#cfn-amplifyuibuilder-component-componentproperty-model)" : String,
  "[Property](#cfn-amplifyuibuilder-component-componentproperty-property)" : String,
  "[Type](#cfn-amplifyuibuilder-component-componentproperty-type)" : String,
  "[UserAttribute](#cfn-amplifyuibuilder-component-componentproperty-userattribute)" : String,
  "[Value](#cfn-amplifyuibuilder-component-componentproperty-value)" : String
}
```

### YAML
<a name="aws-properties-amplifyuibuilder-component-componentproperty-syntax.yaml"></a>

```
  [BindingProperties](#cfn-amplifyuibuilder-component-componentproperty-bindingproperties): 
    ComponentPropertyBindingProperties
  [Bindings](#cfn-amplifyuibuilder-component-componentproperty-bindings): 
    Key: Value
  [CollectionBindingProperties](#cfn-amplifyuibuilder-component-componentproperty-collectionbindingproperties): 
    ComponentPropertyBindingProperties
  [ComponentName](#cfn-amplifyuibuilder-component-componentproperty-componentname): String
  [Concat](#cfn-amplifyuibuilder-component-componentproperty-concat): 
    - ComponentProperty
  [Condition](#cfn-amplifyuibuilder-component-componentproperty-condition): 
    ComponentConditionProperty
  [Configured](#cfn-amplifyuibuilder-component-componentproperty-configured): Boolean
  [DefaultValue](#cfn-amplifyuibuilder-component-componentproperty-defaultvalue): String
  [Event](#cfn-amplifyuibuilder-component-componentproperty-event): String
  [ImportedValue](#cfn-amplifyuibuilder-component-componentproperty-importedvalue): String
  [Model](#cfn-amplifyuibuilder-component-componentproperty-model): String
  [Property](#cfn-amplifyuibuilder-component-componentproperty-property): String
  [Type](#cfn-amplifyuibuilder-component-componentproperty-type): String
  [UserAttribute](#cfn-amplifyuibuilder-component-componentproperty-userattribute): String
  [Value](#cfn-amplifyuibuilder-component-componentproperty-value): String
```

## Properties
<a name="aws-properties-amplifyuibuilder-component-componentproperty-properties"></a>

`BindingProperties`  <a name="cfn-amplifyuibuilder-component-componentproperty-bindingproperties"></a>
The information to bind the component property to data at runtime.  
*Required*: No  
*Type*: [ComponentPropertyBindingProperties](aws-properties-amplifyuibuilder-component-componentpropertybindingproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Bindings`  <a name="cfn-amplifyuibuilder-component-componentproperty-bindings"></a>
The information to bind the component property to form data.  
*Required*: No  
*Type*: Object of [FormBindingElement](aws-properties-amplifyuibuilder-component-formbindingelement.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CollectionBindingProperties`  <a name="cfn-amplifyuibuilder-component-componentproperty-collectionbindingproperties"></a>
The information to bind the component property to data at runtime. Use this for collection components.  
*Required*: No  
*Type*: [ComponentPropertyBindingProperties](aws-properties-amplifyuibuilder-component-componentpropertybindingproperties.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ComponentName`  <a name="cfn-amplifyuibuilder-component-componentproperty-componentname"></a>
The name of the component that is affected by an event.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Concat`  <a name="cfn-amplifyuibuilder-component-componentproperty-concat"></a>
A list of component properties to concatenate to create the value to assign to this component property.  
*Required*: No  
*Type*: Array of [ComponentProperty](#aws-properties-amplifyuibuilder-component-componentproperty)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Condition`  <a name="cfn-amplifyuibuilder-component-componentproperty-condition"></a>
The conditional expression to use to assign a value to the component property.  
*Required*: No  
*Type*: [ComponentConditionProperty](aws-properties-amplifyuibuilder-component-componentconditionproperty.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Configured`  <a name="cfn-amplifyuibuilder-component-componentproperty-configured"></a>
Specifies whether the user configured the property in Amplify Studio after importing it.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DefaultValue`  <a name="cfn-amplifyuibuilder-component-componentproperty-defaultvalue"></a>
The default value to assign to the component property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Event`  <a name="cfn-amplifyuibuilder-component-componentproperty-event"></a>
An event that occurs in your app. Use this for workflow data binding.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ImportedValue`  <a name="cfn-amplifyuibuilder-component-componentproperty-importedvalue"></a>
The default value assigned to the property when the component is imported into an app.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Model`  <a name="cfn-amplifyuibuilder-component-componentproperty-model"></a>
The data model to use to assign a value to the component property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Property`  <a name="cfn-amplifyuibuilder-component-componentproperty-property"></a>
The name of the component's property that is affected by an event.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-amplifyuibuilder-component-componentproperty-type"></a>
The component type.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`UserAttribute`  <a name="cfn-amplifyuibuilder-component-componentproperty-userattribute"></a>
An authenticated user attribute to use to assign a value to the component property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-amplifyuibuilder-component-componentproperty-value"></a>
The value to assign to the component property.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)