Show / Hide Table of Contents

Class CfnForm.FileUploaderFieldConfigProperty

Inheritance
System.Object
CfnForm.FileUploaderFieldConfigProperty
Implements
CfnForm.IFileUploaderFieldConfigProperty
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public class FileUploaderFieldConfigProperty : Object, CfnForm.IFileUploaderFieldConfigProperty
Syntax (vb)
Public Class FileUploaderFieldConfigProperty
    Inherits Object
    Implements CfnForm.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

Constructors

FileUploaderFieldConfigProperty()

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.

Constructors

FileUploaderFieldConfigProperty()

public FileUploaderFieldConfigProperty()

Properties

AcceptedFileTypes

CfnForm.FileUploaderFieldConfigProperty.AcceptedFileTypes.

public string[] AcceptedFileTypes { get; set; }
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.

public string AccessLevel { get; set; }
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.

public object IsResumable { get; set; }
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.

public Nullable<double> MaxFileCount { get; set; }
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.

public Nullable<double> MaxSize { get; set; }
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.

public object ShowThumbnails { get; set; }
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

Implements

CfnForm.IFileUploaderFieldConfigProperty
Back to top Generated by DocFX