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_apim_auth_token_schedule"></a> [apim\_auth\_token\_schedule](#input\_apim\_auth\_token\_schedule)| Schedule to renew the APIM auth token |`string`|`"rate(9 minutes)"`| no |
13
13
| <aname="input_apim_auth_token_url"></a> [apim\_auth\_token\_url](#input\_apim\_auth\_token\_url)| URL to generate an APIM auth token |`string`|`"https://int.api.service.nhs.uk/oauth2/token"`| no |
14
-
| <aname="input_apim_base_url"></a> [apim\_base\_url](#input\_apim\_base\_url)| The URL used to send requests to Notify and PDM |`string`|`"https://int.api.service.nhs.uk"`| no |
14
+
| <aname="input_apim_base_url"></a> [apim\_base\_url](#input\_apim\_base\_url)| The URL used to send requests to PDM |`string`|`"https://int.api.service.nhs.uk"`| no |
15
15
| <aname="input_apim_keygen_schedule"></a> [apim\_keygen\_schedule](#input\_apim\_keygen\_schedule)| Schedule to refresh key pairs if necessary |`string`|`"cron(0 14 * * ? *)"`| no |
16
16
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
17
17
| <aname="input_aws_account_type"></a> [aws\_account\_type](#input\_aws\_account\_type)| The AWS Account Type |`string`| n/a | yes |
18
18
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"dl"`| no |
19
+
| <aname="input_core_notify_url"></a> [core\_notify\_url](#input\_core\_notify\_url)| The URL used to send requests to Notify |`string`|`"https://sandbox.api.service.nhs.uk"`| no |
19
20
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
20
21
| <aname="input_enable_dynamodb_delete_protection"></a> [enable\_dynamodb\_delete\_protection](#input\_enable\_dynamodb\_delete\_protection)| Enable DynamoDB Delete Protection on all Tables |`bool`|`true`| no |
22
+
| <aname="input_enable_mock_mesh"></a> [enable\_mock\_mesh](#input\_enable\_mock\_mesh)| Enable mock mesh access (dev only). Grants lambda permission to read mock-mesh prefix in non-pii bucket. |`bool`|`false`| no |
21
23
| <aname="input_enable_pdm_mock"></a> [enable\_pdm\_mock](#input\_enable\_pdm\_mock)| Flag indicating whether to deploy PDM mock API (should be false in production environments) |`bool`|`true`| no |
22
24
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
| <aname="input_kms_deletion_window"></a> [kms\_deletion\_window](#input\_kms\_deletion\_window)| When a kms key is deleted, how long should it wait in the pending deletion state? |`string`|`"30"`| no |
29
31
| <aname="input_log_level"></a> [log\_level](#input\_log\_level)| The log level to be used in lambda functions within the component. Any log with a lower severity than the configured value will not be logged: https://docs.python.org/3/library/logging.html#levels|`string`|`"INFO"`| no |
30
32
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| The retention period in days for the Cloudwatch Logs events to be retained, default of 0 is indefinite |`number`|`0`| no |
31
-
| <aname="input_mesh_poll_schedule"></a> [mesh\_poll\_schedule](#input\_mesh\_poll\_schedule)| Schedule to poll MESH for messages |`string`|`"cron(0,30 8-16 ? * MON-FRI *)"`| no |
33
+
| <aname="input_mesh_poll_schedule"></a> [mesh\_poll\_schedule](#input\_mesh\_poll\_schedule)| Schedule to poll MESH for messages |`string`|`"rate(5 minutes)"`| no |
32
34
| <aname="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment)| Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments |`string`|`"main"`| no |
33
35
| <aname="input_pdm_mock_access_token"></a> [pdm\_mock\_access\_token](#input\_pdm\_mock\_access\_token)| Mock access token for PDM API authentication (used in local/dev environments) |`string`|`"mock-pdm-token"`| no |
34
36
| <aname="input_pdm_use_non_mock_token"></a> [pdm\_use\_non\_mock\_token](#input\_pdm\_use\_non\_mock\_token)| Whether to use the shared APIM access token from SSM (/component/environment/apim/access\_token) instead of the mock token |`bool`|`false`| no |
0 commit comments