You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_domain_name_description"></a> [domain\_name\_description](#input\_domain\_name\_description)| A description of the Domain Name. |`string`|`null`| no |
173
184
| <aname="input_dynamodb_allowed_actions"></a> [dynamodb\_allowed\_actions](#input\_dynamodb\_allowed\_actions)| List of allowed IAM actions for datasources type AMAZON\_DYNAMODB |`list(string)`| <pre>[<br> "dynamodb:GetItem",<br> "dynamodb:PutItem",<br> "dynamodb:DeleteItem",<br> "dynamodb:UpdateItem",<br> "dynamodb:Query",<br> "dynamodb:Scan",<br> "dynamodb:BatchGetItem",<br> "dynamodb:BatchWriteItem"<br>]</pre> | no |
174
185
| <aname="input_elasticsearch_allowed_actions"></a> [elasticsearch\_allowed\_actions](#input\_elasticsearch\_allowed\_actions)| List of allowed IAM actions for datasources type AMAZON\_ELASTICSEARCH |`list(string)`| <pre>[<br> "es:ESHttpDelete",<br> "es:ESHttpHead",<br> "es:ESHttpGet",<br> "es:ESHttpPost",<br> "es:ESHttpPut"<br>]</pre> | no |
186
+
| <aname="input_eventbridge_allowed_actions"></a> [eventbridge\_allowed\_actions](#input\_eventbridge\_allowed\_actions)| List of allowed IAM actions for datasources type AMAZON\_EVENTBRIDGE |`list(string)`| <pre>[<br> "events:PutEvents"<br>]</pre> | no |
175
187
| <aname="input_functions"></a> [functions](#input\_functions)| Map of functions to create |`any`|`{}`| no |
176
188
| <aname="input_graphql_api_tags"></a> [graphql\_api\_tags](#input\_graphql\_api\_tags)| Map of tags to add to GraphQL API |`map(string)`|`{}`| no |
177
189
| <aname="input_iam_permissions_boundary"></a> [iam\_permissions\_boundary](#input\_iam\_permissions\_boundary)| ARN for iam permissions boundary |`string`|`null`| no |
@@ -185,6 +197,7 @@ No modules.
185
197
| <aname="input_logs_role_tags"></a> [logs\_role\_tags](#input\_logs\_role\_tags)| Map of tags to add to Cloudwatch logs IAM role |`map(string)`|`{}`| no |
186
198
| <aname="input_name"></a> [name](#input\_name)| Name of GraphQL API |`string`|`""`| no |
| <aname="input_opensearchservice_allowed_actions"></a> [opensearchservice\_allowed\_actions](#input\_opensearchservice\_allowed\_actions)| List of allowed IAM actions for datasources type AMAZON\_OPENSEARCH\_SERVICE |`list(string)`| <pre>[<br> "es:ESHttpDelete",<br> "es:ESHttpHead",<br> "es:ESHttpGet",<br> "es:ESHttpPost",<br> "es:ESHttpPut"<br>]</pre> | no |
188
201
| <aname="input_resolver_caching_ttl"></a> [resolver\_caching\_ttl](#input\_resolver\_caching\_ttl)| Default caching TTL for resolvers when caching is enabled |`number`|`60`| no |
189
202
| <aname="input_resolvers"></a> [resolvers](#input\_resolvers)| Map of resolvers to create |`any`|`{}`| no |
190
203
| <aname="input_schema"></a> [schema](#input\_schema)| The schema definition, in GraphQL schema language format. Terraform cannot perform drift detection of this configuration. |`string`|`""`| no |
0 commit comments