Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 276eb74

Browse files
author
Patrick Rachford
committed
Periodic update 23 July 2020
2 parents b76fcb6 + ce4a217 commit 276eb74

File tree

4 files changed

+571
-35
lines changed

4 files changed

+571
-35
lines changed

doc_source/aws-properties-appsync-graphqlapi-userpoolconfig.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
The `UserPoolConfig` property type specifies the optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint for an AWS AppSync GraphQL API\.
44

5-
`LogConfig` is a property of the [AWS::AppSync::GraphQLApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html) property type\.
6-
75
## Syntax<a name="aws-properties-appsync-graphqlapi-userpoolconfig-syntax"></a>
86

97
To declare this entity in your AWS CloudFormation template, use the following syntax:
@@ -52,4 +50,4 @@ The action that you want your GraphQL API to take when a request that uses Amazo
5250
The user pool ID\.
5351
*Required*: No
5452
*Type*: String
55-
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
53+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

doc_source/aws-resource-appsync-graphqlschema.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The AWS AppSync GraphQL API identifier to which you want to apply this schema\.
3939

4040
`Definition` <a name="cfn-appsync-graphqlschema-definition"></a>
4141
The text representation of a GraphQL schema in SDL format\.
42-
For more information about using the `Ref` function, see [Ref](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref)\.
4342
*Required*: No
4443
*Type*: String
4544
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
@@ -111,4 +110,4 @@ Resources:
111110
```
112111

113112
## See also<a name="aws-resource-appsync-graphqlschema--seealso"></a>
114-
+ [StartSchemaCreation](https://docs.aws.amazon.com/appsync/latest/APIReference/API_StartSchemaCreation.html) operation in the *AWS AppSync API Reference*\.
113+
+ [StartSchemaCreation](https://docs.aws.amazon.com/appsync/latest/APIReference/API_StartSchemaCreation.html) operation in the *AWS AppSync API Reference*\.

doc_source/aws-resource-efs-mounttarget.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,10 @@ MountTarget:
120120
SubnetId:
121121
Ref: "Subnet"
122122
SecurityGroups:
123-
-
124-
Ref: "MountTargetSecurityGroup"
123+
- Ref: "MountTargetSecurityGroup"
125124
```
126125

127126
## See also<a name="aws-resource-efs-mounttarget--seealso"></a>
128127
+ [Amazon EFS: How It Works](https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html)
129128
+ [Creating Mount Targets](https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html)
130-
+ [Walkthrough: Mounting a File System On\-Premises](https://docs.aws.amazon.com/efs/latest/ug/efs-onpremises.html)
129+
+ [Walkthrough: Mounting a File System On\-Premises](https://docs.aws.amazon.com/efs/latest/ug/efs-onpremises.html)

0 commit comments

Comments
 (0)