branch_tags
Expands all tag keys and values for branches
in a region
Overview
Name | branch_tags |
Type | Resource |
Description | The AWS::Amplify::Branch resource creates a new branch within an app. |
Id | aws.amplify.branch_tags |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
arn | string | |
basic_auth_config | object | |
backend | object | |
branch_name | string | |
build_spec | string | |
description | string | |
enable_auto_build | boolean | |
enable_performance_mode | boolean | |
enable_pull_request_preview | boolean | |
environment_variables | array | |
framework | string | |
pull_request_environment_name | string | |
stage | string | |
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 branches
in a region.
SELECT
region,
app_id,
arn,
basic_auth_config,
backend,
branch_name,
build_spec,
description,
enable_auto_build,
enable_performance_mode,
enable_pull_request_preview,
environment_variables,
framework,
pull_request_environment_name,
stage,
tag_key,
tag_value
FROM aws.amplify.branch_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the branch_tags
resource, see branches