This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AmplifyUIBuilder::Component ComponentBindingPropertiesValue
The ComponentBindingPropertiesValue property specifies the data binding configuration for a component at runtime. You can use
ComponentBindingPropertiesValue to add exposed properties to a component to
allow different values to be entered when a component is reused in different places in an
app.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BindingProperties" :ComponentBindingPropertiesValueProperties, "DefaultValue" :String, "Type" :String}
YAML
BindingProperties:ComponentBindingPropertiesValuePropertiesDefaultValue:StringType:String
Properties
BindingProperties-
Describes the properties to customize with data at runtime.
Required: No
Type: ComponentBindingPropertiesValueProperties
Update requires: No interruption
DefaultValue-
The default value of the property.
Required: No
Type: String
Update requires: No interruption
Type-
The property type.
Required: No
Type: String
Update requires: No interruption