branches_list_only
Lists branches
in a region or regions, for all properties use branches
Overview
Name | branches_list_only |
Type | Resource |
Description | The AWS::Amplify::Branch resource creates a new branch within an app. |
Id | aws.amplify.branches_list_only |
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 | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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