Package-level declarations
Types
Link copied to clipboard
object AmplifyuibuilderFunctions
Link copied to clipboard
data class ComponentArgs(val appId: Output<String>? = null, val bindingProperties: Output<Map<String, ComponentBindingPropertiesValueArgs>>? = null, val children: Output<List<ComponentChildArgs>>? = null, val collectionProperties: Output<Map<String, ComponentDataConfigurationArgs>>? = null, val componentType: Output<String>? = null, val environmentName: Output<String>? = null, val events: Output<Map<String, ComponentEventArgs>>? = null, val name: Output<String>? = null, val overrides: Output<Map<String, Any>>? = null, val properties: Output<Map<String, ComponentPropertyArgs>>? = null, val schemaVersion: Output<String>? = null, val sourceId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val variants: Output<List<ComponentVariantArgs>>? = null) : ConvertibleToJava<ComponentArgs>
Definition of AWS::AmplifyUIBuilder::Component Resource Type
Link copied to clipboard
class ComponentArgsBuilder
Builder for ComponentArgs.
Link copied to clipboard
Link copied to clipboard
class ComponentResourceBuilder
Builder for Component.
Link copied to clipboard
data class FormArgs(val appId: Output<String>? = null, val cta: Output<FormCtaArgs>? = null, val dataType: Output<FormDataTypeConfigArgs>? = null, val environmentName: Output<String>? = null, val fields: Output<Map<String, FormFieldConfigArgs>>? = null, val formActionType: Output<FormActionType>? = null, val labelDecorator: Output<FormLabelDecorator>? = null, val name: Output<String>? = null, val schemaVersion: Output<String>? = null, val sectionalElements: Output<Map<String, FormSectionalElementArgs>>? = null, val style: Output<FormStyleArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FormArgs>
Definition of AWS::AmplifyUIBuilder::Form Resource Type
Link copied to clipboard
class FormArgsBuilder
Builder for FormArgs.
Link copied to clipboard
Link copied to clipboard
class FormResourceBuilder
Builder for Form.
Link copied to clipboard
data class ThemeArgs(val appId: Output<String>? = null, val environmentName: Output<String>? = null, val name: Output<String>? = null, val overrides: Output<List<ThemeValuesArgs>>? = null, val tags: Output<Map<String, String>>? = null, val values: Output<List<ThemeValuesArgs>>? = null) : ConvertibleToJava<ThemeArgs>
Definition of AWS::AmplifyUIBuilder::Theme Resource Type
Link copied to clipboard
class ThemeArgsBuilder
Builder for ThemeArgs.
Link copied to clipboard
Link copied to clipboard
class ThemeResourceBuilder
Builder for Theme.