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_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 |
209
+
| <aname="input_relational_database_allowed_actions"></a> [relational\_database\_allowed\_actions](#input\_relational\_database\_allowed\_actions)| List of allowed IAM actions for datasources type RELATIONAL\_DATABASE |`list(string)`| <pre>[<br> "rds-data:BatchExecuteStatement",<br> "rds-data:BeginTransaction",<br> "rds-data:CommitTransaction",<br> "rds-data:ExecuteStatement",<br> "rds-data:RollbackTransaction"<br>]</pre> | no |
201
210
| <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 |
202
211
| <aname="input_resolvers"></a> [resolvers](#input\_resolvers)| Map of resolvers to create |`any`|`{}`| no |
203
212
| <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 |
213
+
| <aname="input_secrets_manager_allowed_actions"></a> [secrets\_manager\_allowed\_actions](#input\_secrets\_manager\_allowed\_actions)| List of allowed IAM actions for secrets manager datasources type RELATIONAL\_DATABASE |`list(string)`| <pre>[<br> "secretsmanager:GetSecretValue"<br>]</pre> | no |
204
214
| <aname="input_tags"></a> [tags](#input\_tags)| Map of tags to add to all GraphQL resources created by this module |`map(string)`|`{}`| no |
205
215
| <aname="input_user_pool_config"></a> [user\_pool\_config](#input\_user\_pool\_config)| The Amazon Cognito User Pool configuration. |`map(string)`|`{}`| no |
206
216
| <aname="input_visibility"></a> [visibility](#input\_visibility)| The API visibility. Valid values: GLOBAL, PRIVATE. |`string`|`null`| no |
0 commit comments