AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ComponentBindingPropertiesValueProperties

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ComponentBindingPropertiesValueProperties

The ComponentBindingPropertiesValueProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Bucket System.String

Gets and sets the property Bucket.

An Amazon S3 bucket.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value to assign to the property.

Public Property Field System.String

Gets and sets the property Field.

The field to bind the data to.

Public Property Key System.String

Gets and sets the property Key.

The storage key for an Amazon S3 bucket.

Public Property Model System.String

Gets and sets the property Model.

An Amplify DataStore model.

Public Property Predicates System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.Predicate>

Gets and sets the property Predicates.

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

Public Property SlotName System.String

Gets and sets the property SlotName.

The name of a component slot.

Public Property UserAttribute System.String

Gets and sets the property UserAttribute.

An authenticated user attribute.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5