Skip to main content

form_tags

Expands all tag keys and values for forms in a region

Overview

Nameform_tags
TypeResource
DescriptionDefinition of AWS::AmplifyUIBuilder::Form Resource Type
Idaws.amplifyuibuilder.form_tags

Fields

NameDatatypeDescription
app_idstring
ctaobject
data_typeobject
environment_namestring
fieldsobject
form_action_typestring
idstring
label_decoratorstring
namestring
schema_versionstring
sectional_elementsobject
styleobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all forms in a region.

SELECT
region,
app_id,
cta,
data_type,
environment_name,
fields,
form_action_type,
id,
label_decorator,
name,
schema_version,
sectional_elements,
style,
tag_key,
tag_value
FROM aws.amplifyuibuilder.form_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the form_tags resource, see forms