---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_amplify_app Resource - terraform-provider-awscc"
subcategory: ""
description: |-
The AWS::Amplify::App resource creates Apps in the Amplify Console. An App is a collection of branches.
---
# awscc_amplify_app (Resource)
The AWS::Amplify::App resource creates Apps in the Amplify Console. An App is a collection of branches.
## Schema
### Required
- `name` (String)
### Optional
- `access_token` (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))
- `description` (String)
- `enable_branch_auto_deletion` (Boolean)
- `environment_variables` (Attributes List) (see [below for nested schema](#nestedatt--environment_variables))
- `iam_service_role` (String)
- `oauth_token` (String)
- `repository` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `app_id` (String)
- `app_name` (String)
- `arn` (String)
- `default_domain` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `auto_branch_creation_config`
Optional:
- `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`
Optional:
- `enable_basic_auth` (Boolean)
- `password` (String)
- `username` (String)
### Nested Schema for `auto_branch_creation_config.environment_variables`
Optional:
- `name` (String)
- `value` (String)
### Nested Schema for `basic_auth_config`
Optional:
- `enable_basic_auth` (Boolean)
- `password` (String)
- `username` (String)
### Nested Schema for `custom_rules`
Optional:
- `condition` (String)
- `source` (String)
- `status` (String)
- `target` (String)
### Nested Schema for `environment_variables`
Optional:
- `name` (String)
- `value` (String)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_amplify_app.example
```