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
arnstring
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