Show / Hide Table of Contents

Class CfnComponent.FormBindingElementProperty

Inheritance
System.Object
CfnComponent.FormBindingElementProperty
Implements
CfnComponent.IFormBindingElementProperty
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public class FormBindingElementProperty : Object, CfnComponent.IFormBindingElementProperty
Syntax (vb)
Public Class FormBindingElementProperty
    Inherits Object
    Implements CfnComponent.IFormBindingElementProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AmplifyUIBuilder;

var formBindingElementProperty = new FormBindingElementProperty {
    Element = "element",
    Property = "property"
};

Synopsis

Constructors

FormBindingElementProperty()

Properties

Element

CfnComponent.FormBindingElementProperty.Element.

Property

CfnComponent.FormBindingElementProperty.Property.

Constructors

FormBindingElementProperty()

public FormBindingElementProperty()

Properties

Element

CfnComponent.FormBindingElementProperty.Element.

public string Element { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html#cfn-amplifyuibuilder-component-formbindingelement-element

Property

CfnComponent.FormBindingElementProperty.Property.

public string Property { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html#cfn-amplifyuibuilder-component-formbindingelement-property

Implements

CfnComponent.IFormBindingElementProperty
Back to top Generated by DocFX