--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_amplify_branch Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Amplify::Branch --- # awscc_amplify_branch (Data Source) Data Source schema for AWS::Amplify::Branch ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `app_id` (String) - `arn` (String) - `basic_auth_config` (Attributes) (see [below for nested schema](#nestedatt--basic_auth_config)) - `branch_name` (String) - `build_spec` (String) - `description` (String) - `enable_auto_build` (Boolean) - `enable_performance_mode` (Boolean) - `enable_pull_request_preview` (Boolean) - `environment_variables` (Attributes List) (see [below for nested schema](#nestedatt--environment_variables)) - `pull_request_environment_name` (String) - `stage` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `basic_auth_config` Read-Only: - `enable_basic_auth` (Boolean) - `password` (String) - `username` (String) ### Nested Schema for `environment_variables` Read-Only: - `name` (String) - `value` (String) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)