# AWS::AmplifyUIBuilder::Component ComponentDataConfiguration ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Model" : String,
    "Sort" : [ SortProperty, ... ],
    "Predicate" : Predicate,
    "Identifiers" : [ String, ... ]
}
### YAML
Model: String
Sort: 
      - SortProperty
Predicate: Predicate
Identifiers: 
      - String
## Properties
#### Model
_Required_: Yes
_Type_: String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Sort
_Required_: No
_Type_: List of SortProperty
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Predicate
_Required_: No
_Type_: Predicate
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Identifiers
_Required_: No
_Type_: List of String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)