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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ As of version 1.6.0, AFT collects anonymous operational metrics to help AWS impr
120
120
| <aname="input_aft_vpc_public_subnet_02_cidr"></a> [aft\_vpc\_public\_subnet\_02\_cidr](#input\_aft\_vpc\_public\_subnet\_02\_cidr)| CIDR Block to allocate to the Public Subnet 02 |`string`|`"192.168.2.128/25"`| no |
| <aname="input_cloudwatch_log_group_retention"></a> [cloudwatch\_log\_group\_retention](#input\_cloudwatch\_log\_group\_retention)| Amount of days to keep CloudWatch Log Groups for Lambda functions. 0 = Never Expire |`string`|`"0"`| no |
123
+
| <aname="input_concurrent_account_factory_actions"></a> [concurrent\_account\_factory\_actions](#input\_concurrent\_account\_factory\_actions)| Maximum number of accounts that can be provisioned in parallel. |`number`|`5`| no |
123
124
| <aname="input_ct_home_region"></a> [ct\_home\_region](#input\_ct\_home\_region)| The region from which this module will be executed. This MUST be the same region as Control Tower is deployed. |`string`| n/a | yes |
124
125
| <aname="input_ct_management_account_id"></a> [ct\_management\_account\_id](#input\_ct\_management\_account\_id)| Control Tower Management Account Id |`string`| n/a | yes |
125
126
| <aname="input_github_enterprise_url"></a> [github\_enterprise\_url](#input\_github\_enterprise\_url)| GitHub enterprise URL, if GitHub Enterprise is being used |`string`|`"null"`| no |
fields @timestamp, log_message.account_id as target_account_id, log_message.customization_request_id as customization_request_id, log_message.detail as detail, @logStream
fields @timestamp, log_message.account_id as target_account_id, log_message.customization_request_id as customization_request_id, log_message.detail as detail, @logStream
39
+
| sort @timestamp desc
40
+
| filter log_message.account_id == "INSERT-ACCOUNT-ID-HERE" and @message like /customization_request_id/
0 commit comments