Show / Hide Table of Contents

Interface CfnFormPropsMixin.IFormDataTypeConfigProperty

The FormDataTypeConfig property specifies the data type configuration for the data source associated with a form.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFormPropsMixin.IFormDataTypeConfigProperty
Syntax (vb)
Public Interface CfnFormPropsMixin.IFormDataTypeConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.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.CfnPropertyMixins.AWS.AmplifyUIBuilder;

             var formDataTypeConfigProperty = new FormDataTypeConfigProperty {
                 DataSourceType = "dataSourceType",
                 DataTypeName = "dataTypeName"
             };

Synopsis

Properties

DataSourceType

The data source type, either an Amplify DataStore model or a custom data type.

DataTypeName

The unique name of the data type you are using as the data source for the form.

Properties

DataSourceType

The data source type, either an Amplify DataStore model or a custom data type.

string? DataSourceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.html#cfn-amplifyuibuilder-form-formdatatypeconfig-datasourcetype

DataTypeName

The unique name of the data type you are using as the data source for the form.

string? DataTypeName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.html#cfn-amplifyuibuilder-form-formdatatypeconfig-datatypename

Back to top Generated by DocFX