ComponentBindingPropertiesValueProperties

Represents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amazon S3 bucket, an Amplify DataStore model or an authenticated user attribute.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An Amazon S3 bucket.

Link copied to clipboard

The default value to assign to the property.

Link copied to clipboard

The field to bind the data to.

Link copied to clipboard
val key: String?

The storage key for an Amazon S3 bucket.

Link copied to clipboard

An Amplify DataStore model.

Link copied to clipboard

A list of predicates for binding a component's properties to data.

Link copied to clipboard

The name of a component slot.

Link copied to clipboard

An authenticated user attribute.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String