Skip to main content

branches_list_only

Lists branches in a region or regions, for all properties use branches

Overview

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

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
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all branches in a region.

SELECT
region,
arn
FROM aws.amplify.branches_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the branches_list_only resource, see branches