Skip to main content

branch_tags

Expands all tag keys and values for branches in a region

Overview

Namebranch_tags
TypeResource
DescriptionThe AWS::Amplify::Branch resource creates a new branch within an app.
Idaws.amplify.branch_tags

Fields

NameDatatypeDescription
app_idstring
arnstring
basic_auth_configobject
backendobject
branch_namestring
build_specstring
descriptionstring
enable_auto_buildboolean
enable_performance_modeboolean
enable_pull_request_previewboolean
environment_variablesarray
frameworkstring
pull_request_environment_namestring
stagestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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