Skip to content

Commit ac5ad11

Browse files
committed
update README.md
1 parent 4cae93f commit ac5ad11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Here are examples of how you can use this module in your inventory structure:
226226
| api\_key\_requireds | Specify if the method requires an API key. | `list(any)` | `[]` | no |
227227
| api\_key\_source | The source of the API key for requests. Valid values are HEADER (default) and AUTHORIZER. | `string` | `"HEADER"` | no |
228228
| api\_log\_enabled | Whether to enable log for rest api. | `bool` | `false` | no |
229+
| api\_policy | The policy document. | `any` | `null` | no |
229230
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
230231
| authorization\_scopes | The authorization scopes used when the authorization is COGNITO\_USER\_POOLS. | `list(any)` | `[]` | no |
231232
| authorizations | The type of authorization used for the method (NONE, CUSTOM, AWS\_IAM, COGNITO\_USER\_POOLS). | `list(any)` | `[]` | no |
@@ -280,6 +281,7 @@ Here are examples of how you can use this module in your inventory structure:
280281
| model\_count | Number of count to create Model for api. | `number` | `0` | no |
281282
| model\_descriptions | The description of the model. | `list(any)` | `[]` | no |
282283
| model\_names | The name of the model. | `list(any)` | `[]` | no |
284+
| model\_schemas | The schema of the model in a JSON form. | `list` | `[]` | no |
283285
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
284286
| passthrough\_behaviors | The integration passthrough behavior (WHEN\_NO\_MATCH, WHEN\_NO\_TEMPLATES, NEVER). Required if request\_templates is used. | `list(any)` | `[]` | no |
285287
| path\_parts | The last path segment of this API resource. | `list(any)` | `[]` | no |

0 commit comments

Comments
 (0)