Show / Hide Table of Contents

Interface CfnForm.IFileUploaderFieldConfigProperty

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.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 fileUploaderFieldConfigProperty = new FileUploaderFieldConfigProperty {
    AcceptedFileTypes = new [] { "acceptedFileTypes" },
    AccessLevel = "accessLevel",

    // the properties below are optional
    IsResumable = false,
    MaxFileCount = 123,
    MaxSize = 123,
    ShowThumbnails = false
};

Synopsis

Properties

AcceptedFileTypes

CfnForm.FileUploaderFieldConfigProperty.AcceptedFileTypes.

AccessLevel

CfnForm.FileUploaderFieldConfigProperty.AccessLevel.

IsResumable

CfnForm.FileUploaderFieldConfigProperty.IsResumable.

MaxFileCount

CfnForm.FileUploaderFieldConfigProperty.MaxFileCount.

MaxSize

CfnForm.FileUploaderFieldConfigProperty.MaxSize.

ShowThumbnails

CfnForm.FileUploaderFieldConfigProperty.ShowThumbnails.

Properties

AcceptedFileTypes

CfnForm.FileUploaderFieldConfigProperty.AcceptedFileTypes.

string[] AcceptedFileTypes { get; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-acceptedfiletypes

AccessLevel

CfnForm.FileUploaderFieldConfigProperty.AccessLevel.

string AccessLevel { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-accesslevel

IsResumable

CfnForm.FileUploaderFieldConfigProperty.IsResumable.

virtual object IsResumable { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-isresumable

MaxFileCount

CfnForm.FileUploaderFieldConfigProperty.MaxFileCount.

virtual Nullable<double> MaxFileCount { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-maxfilecount

MaxSize

CfnForm.FileUploaderFieldConfigProperty.MaxSize.

virtual Nullable<double> MaxSize { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-maxsize

ShowThumbnails

CfnForm.FileUploaderFieldConfigProperty.ShowThumbnails.

virtual object ShowThumbnails { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fileuploaderfieldconfig.html#cfn-amplifyuibuilder-form-fileuploaderfieldconfig-showthumbnails

Back to top Generated by DocFX