Skip to content

Commit cdc6189

Browse files
chore: added filter to fix broken link (#7382)
1 parent 4b15fb9 commit cdc6189

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/fragments/lib-v1/graphqlapi/existing-resources.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,27 @@ Existing AWS AppSync resources can be used with the Amplify Libraries by referen
1818
}
1919
```
2020

21+
<InlineFilter filters={
22+
[
23+
'ios',
24+
'android',
25+
]
26+
}>
2127
- **API NAME**: Friendly name for the API (e.g., _api_)
2228
- **endpoint**: The HTTPS endpoint of the AWS AppSync API (e.g. `https://aaaaaaaaaaaaaaaaaaaaaaaaaa.appsync-api.us-east-1.amazonaws.com/graphql`). [Custom domain names](https://docs.aws.amazon.com/appsync/latest/devguide/custom-domain-name.html) can also be supplied here (e.g. `https://api.yourdomain.com/graphql`). Custom domain names can have any format, but must end with `/graphql` (see https://graphql.org/learn/serving-over-http/#uris-routes).
2329
- **region**: AWS Region where the resources are provisioned (e.g. _us-east-1_)
2430
- **authorizationType**: Authorization mode for accessing the API. This can be one of: `AMAZON_COGNITO_USER_POOLS`, `AWS_IAM`, `OPENID_CONNECT`, or `API_KEY`. Each mode requires additional configuration parameters. See [Configure authorization modes](/[platform]/prev/build-a-backend/graphqlapi/customize-authz-modes) for details.
31+
</InlineFilter>
32+
33+
<InlineFilter filters={
34+
[
35+
'flutter',
36+
]
37+
}>
38+
- **API NAME**: Friendly name for the API (e.g., _api_)
39+
- **endpoint**: The HTTPS endpoint of the AWS AppSync API (e.g. `https://aaaaaaaaaaaaaaaaaaaaaaaaaa.appsync-api.us-east-1.amazonaws.com/graphql`). [Custom domain names](https://docs.aws.amazon.com/appsync/latest/devguide/custom-domain-name.html) can also be supplied here (e.g. `https://api.yourdomain.com/graphql`). Custom domain names can have any format, but must end with `/graphql` (see https://graphql.org/learn/serving-over-http/#uris-routes).
40+
- **region**: AWS Region where the resources are provisioned (e.g. _us-east-1_)
41+
- **authorizationType**: Authorization mode for accessing the API. This can be one of: `AMAZON_COGNITO_USER_POOLS`, `AWS_IAM`, `OPENID_CONNECT`, or `API_KEY`. Each mode requires additional configuration parameters. See [Configure authorization modes](/[platform]/prev/build-a-backend/graphqlapi/customize-authorization-modes) for details.
42+
</InlineFilter>
2543

2644
Note that before you can add an AWS resource to your application, the application must have the Amplify libraries installed. If you need to perform this step, see [Install Amplify Libraries](/[platform]/prev/start/project-setup/create-application/#n2-install-amplify-libraries).

0 commit comments

Comments
 (0)