form_tags
Expands all tag keys and values for forms
in a region
Overview
Name | form_tags |
Type | Resource |
Description | Definition of AWS::AmplifyUIBuilder::Form Resource Type |
Id | aws.amplifyuibuilder.form_tags |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
cta | object | |
data_type | object | |
environment_name | string | |
fields | object | |
form_action_type | string | |
id | string | |
label_decorator | string | |
name | string | |
schema_version | string | |
sectional_elements | object | |
style | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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