--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_amplify_app Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Amplify::App --- # awscc_amplify_app (Data Source) Data Source schema for AWS::Amplify::App ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `access_token` (String) - `app_id` (String) - `app_name` (String) - `arn` (String) - `auto_branch_creation_config` (Attributes) (see [below for nested schema](#nestedatt--auto_branch_creation_config)) - `basic_auth_config` (Attributes) (see [below for nested schema](#nestedatt--basic_auth_config)) - `build_spec` (String) - `custom_headers` (String) - `custom_rules` (Attributes List) (see [below for nested schema](#nestedatt--custom_rules)) - `default_domain` (String) - `description` (String) - `enable_branch_auto_deletion` (Boolean) - `environment_variables` (Attributes List) (see [below for nested schema](#nestedatt--environment_variables)) - `iam_service_role` (String) - `name` (String) - `oauth_token` (String) - `repository` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `auto_branch_creation_config` Read-Only: - `auto_branch_creation_patterns` (List of String) - `basic_auth_config` (Attributes) (see [below for nested schema](#nestedatt--auto_branch_creation_config--basic_auth_config)) - `build_spec` (String) - `enable_auto_branch_creation` (Boolean) - `enable_auto_build` (Boolean) - `enable_performance_mode` (Boolean) - `enable_pull_request_preview` (Boolean) - `environment_variables` (Attributes List) (see [below for nested schema](#nestedatt--auto_branch_creation_config--environment_variables)) - `pull_request_environment_name` (String) - `stage` (String) ### Nested Schema for `auto_branch_creation_config.basic_auth_config` Read-Only: - `enable_basic_auth` (Boolean) - `password` (String) - `username` (String) ### Nested Schema for `auto_branch_creation_config.environment_variables` Read-Only: - `name` (String) - `value` (String) ### Nested Schema for `basic_auth_config` Read-Only: - `enable_basic_auth` (Boolean) - `password` (String) - `username` (String) ### Nested Schema for `custom_rules` Read-Only: - `condition` (String) - `source` (String) - `status` (String) - `target` (String) ### Nested Schema for `environment_variables` Read-Only: - `name` (String) - `value` (String) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)