class Aws::AmplifyUIBuilder::Types::ComponentPropertyBindingProperties

Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.

@note When making an API call, you may pass ComponentPropertyBindingProperties

data as a hash:

    {
      field: "String",
      property: "String", # required
    }

@!attribute [rw] field

The data field to bind the property to.
@return [String]

@!attribute [rw] property

The component property to bind to the data field.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ComponentPropertyBindingProperties AWS API Documentation

Constants

SENSITIVE