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
@@ -142,10 +142,10 @@ Examples codified under the [`examples`](./examples) are intended to give users
142
142
| <aname="input_log_forwarder_publish"></a> [log\_forwarder\_publish](#input\_log\_forwarder\_publish)| Whether to publish creation/change as a new Lambda Function Version |`bool`|`false`| no |
143
143
| <aname="input_log_forwarder_reserved_concurrent_executions"></a> [log\_forwarder\_reserved\_concurrent\_executions](#input\_log\_forwarder\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for the log forwarder lambda function |`number`|`100`| no |
144
144
| <aname="input_log_forwarder_role_arn"></a> [log\_forwarder\_role\_arn](#input\_log\_forwarder\_role\_arn)| IAM role arn for log forwarder lambda function to utilize |`string`|`null`| no |
145
-
| <aname="input_log_forwarder_role_max_session_duration"></a> [log\_forwarder\_role\_max\_session\_duration](#input\_log\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.|`number`|`null`| no |
145
+
| <aname="input_log_forwarder_role_max_session_duration"></a> [log\_forwarder\_role\_max\_session\_duration](#input\_log\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours |`number`|`null`| no |
146
146
| <aname="input_log_forwarder_role_name"></a> [log\_forwarder\_role\_name](#input\_log\_forwarder\_role\_name)| Log forwarder role name |`string`|`""`| no |
147
147
| <aname="input_log_forwarder_role_path"></a> [log\_forwarder\_role\_path](#input\_log\_forwarder\_role\_path)| Log forwarder role path |`string`|`null`| no |
148
-
| <aname="input_log_forwarder_role_permissions_boundary"></a> [log\_forwarder\_role\_permissions\_boundary](#input\_log\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the log forwarder role.|`string`|`null`| no |
148
+
| <aname="input_log_forwarder_role_permissions_boundary"></a> [log\_forwarder\_role\_permissions\_boundary](#input\_log\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the log forwarder role |`string`|`null`| no |
149
149
| <aname="input_log_forwarder_role_tags"></a> [log\_forwarder\_role\_tags](#input\_log\_forwarder\_role\_tags)| A map of tags to apply to the log forwarder role |`map(string)`|`{}`| no |
150
150
| <aname="input_log_forwarder_runtime"></a> [log\_forwarder\_runtime](#input\_log\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
151
151
| <aname="input_log_forwarder_s3_log_bucket_arns"></a> [log\_forwarder\_s3\_log\_bucket\_arns](#input\_log\_forwarder\_s3\_log\_bucket\_arns)| S3 log buckets for forwarder to read and forward logs to Datadog |`list(string)`|`[]`| no |
@@ -154,8 +154,8 @@ Examples codified under the [`examples`](./examples) are intended to give users
154
154
| <aname="input_log_forwarder_s3_zip_server_side_encryption"></a> [log\_forwarder\_s3\_zip\_server\_side\_encryption](#input\_log\_forwarder\_s3\_zip\_server\_side\_encryption)| Server-side encryption of the zip object in S3. Valid values are `AES256` and `aws:kms`|`string`|`null`| no |
155
155
| <aname="input_log_forwarder_s3_zip_storage_class"></a> [log\_forwarder\_s3\_zip\_storage\_class](#input\_log\_forwarder\_s3\_zip\_storage\_class)| Specifies the desired Storage Class for the zip object. Can be either `STANDARD`, `REDUCED_REDUNDANCY`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, or `STANDARD_IA`|`string`|`null`| no |
156
156
| <aname="input_log_forwarder_s3_zip_tags"></a> [log\_forwarder\_s3\_zip\_tags](#input\_log\_forwarder\_s3\_zip\_tags)| A map of tags to apply to the zip archive in S3 |`map(string)`|`{}`| no |
157
-
| <aname="input_log_forwarder_security_group_ids"></a> [log\_forwarder\_security\_group\_ids](#input\_log\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC.|`list(string)`|`null`| no |
158
-
| <aname="input_log_forwarder_subnet_ids"></a> [log\_forwarder\_subnet\_ids](#input\_log\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets.|`list(string)`|`null`| no |
157
+
| <aname="input_log_forwarder_security_group_ids"></a> [log\_forwarder\_security\_group\_ids](#input\_log\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC |`list(string)`|`null`| no |
158
+
| <aname="input_log_forwarder_subnet_ids"></a> [log\_forwarder\_subnet\_ids](#input\_log\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets |`list(string)`|`null`| no |
159
159
| <aname="input_log_forwarder_tags"></a> [log\_forwarder\_tags](#input\_log\_forwarder\_tags)| A map of tags to apply to the log forwarder resources |`map(string)`|`{}`| no |
160
160
| <aname="input_log_forwarder_timeout"></a> [log\_forwarder\_timeout](#input\_log\_forwarder\_timeout)| The amount of time the log forwarder lambda has to execute in seconds |`number`|`120`| no |
161
161
| <aname="input_log_forwarder_use_policy_name_prefix"></a> [log\_forwarder\_use\_policy\_name\_prefix](#input\_log\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `policy_name` for the log forwarder policy |`bool`|`false`| no |
@@ -186,14 +186,14 @@ Examples codified under the [`examples`](./examples) are intended to give users
186
186
| <aname="input_rds_em_forwarder_publish"></a> [rds\_em\_forwarder\_publish](#input\_rds\_em\_forwarder\_publish)| Whether to publish creation/change as a new fambda function Version |`bool`|`false`| no |
187
187
| <aname="input_rds_em_forwarder_reserved_concurrent_executions"></a> [rds\_em\_forwarder\_reserved\_concurrent\_executions](#input\_rds\_em\_forwarder\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for the RDS enhanced monitoring forwarder lambda function |`number`|`10`| no |
188
188
| <aname="input_rds_em_forwarder_role_arn"></a> [rds\_em\_forwarder\_role\_arn](#input\_rds\_em\_forwarder\_role\_arn)| IAM role arn for RDS enhanced monitoring forwarder lambda function to utilize |`string`|`null`| no |
189
-
| <aname="input_rds_em_forwarder_role_max_session_duration"></a> [rds\_em\_forwarder\_role\_max\_session\_duration](#input\_rds\_em\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.|`number`|`null`| no |
189
+
| <aname="input_rds_em_forwarder_role_max_session_duration"></a> [rds\_em\_forwarder\_role\_max\_session\_duration](#input\_rds\_em\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours |`number`|`null`| no |
190
190
| <aname="input_rds_em_forwarder_role_name"></a> [rds\_em\_forwarder\_role\_name](#input\_rds\_em\_forwarder\_role\_name)| RDS enhanced monitoring forwarder role name |`string`|`""`| no |
191
191
| <aname="input_rds_em_forwarder_role_path"></a> [rds\_em\_forwarder\_role\_path](#input\_rds\_em\_forwarder\_role\_path)| RDS enhanced monitoring forwarder role path |`string`|`null`| no |
192
192
| <aname="input_rds_em_forwarder_role_permissions_boundary"></a> [rds\_em\_forwarder\_role\_permissions\_boundary](#input\_rds\_em\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the RDS enhanced monitoring forwarder role |`string`|`null`| no |
193
193
| <aname="input_rds_em_forwarder_role_tags"></a> [rds\_em\_forwarder\_role\_tags](#input\_rds\_em\_forwarder\_role\_tags)| A map of tags to apply to the RDS enhanced monitoring forwarder role |`map(string)`|`{}`| no |
194
194
| <aname="input_rds_em_forwarder_runtime"></a> [rds\_em\_forwarder\_runtime](#input\_rds\_em\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
195
-
| <aname="input_rds_em_forwarder_security_group_ids"></a> [rds\_em\_forwarder\_security\_group\_ids](#input\_rds\_em\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC.|`list(string)`|`null`| no |
196
-
| <aname="input_rds_em_forwarder_subnet_ids"></a> [rds\_em\_forwarder\_subnet\_ids](#input\_rds\_em\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets.|`list(string)`|`null`| no |
195
+
| <aname="input_rds_em_forwarder_security_group_ids"></a> [rds\_em\_forwarder\_security\_group\_ids](#input\_rds\_em\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC |`list(string)`|`null`| no |
196
+
| <aname="input_rds_em_forwarder_subnet_ids"></a> [rds\_em\_forwarder\_subnet\_ids](#input\_rds\_em\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets |`list(string)`|`null`| no |
197
197
| <aname="input_rds_em_forwarder_tags"></a> [rds\_em\_forwarder\_tags](#input\_rds\_em\_forwarder\_tags)| A map of tags to apply to the RDS enhanced monitoring forwarder resources |`map(string)`|`{}`| no |
198
198
| <aname="input_rds_em_forwarder_timeout"></a> [rds\_em\_forwarder\_timeout](#input\_rds\_em\_forwarder\_timeout)| The amount of time the RDS enhanced monitoring forwarder lambda has to execute in seconds |`number`|`10`| no |
199
199
| <aname="input_rds_em_forwarder_use_policy_name_prefix"></a> [rds\_em\_forwarder\_use\_policy\_name\_prefix](#input\_rds\_em\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `rds_em_forwarder_policy_name` for the RDS enhanced monitoring forwarder role |`bool`|`false`| no |
@@ -218,15 +218,15 @@ Examples codified under the [`examples`](./examples) are intended to give users
218
218
| <aname="input_vpc_fl_forwarder_read_cloudwatch_logs"></a> [vpc\_fl\_forwarder\_read\_cloudwatch\_logs](#input\_vpc\_fl\_forwarder\_read\_cloudwatch\_logs)| Whether the VPC flow log forwarder will read CloudWatch log groups for VPC flow logs |`bool`|`false`| no |
219
219
| <aname="input_vpc_fl_forwarder_reserved_concurrent_executions"></a> [vpc\_fl\_forwarder\_reserved\_concurrent\_executions](#input\_vpc\_fl\_forwarder\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for the VPC flow log forwarder lambda function |`number`|`10`| no |
220
220
| <aname="input_vpc_fl_forwarder_role_arn"></a> [vpc\_fl\_forwarder\_role\_arn](#input\_vpc\_fl\_forwarder\_role\_arn)| IAM role arn for VPC flow log forwarder lambda function to utilize |`string`|`null`| no |
221
-
| <aname="input_vpc_fl_forwarder_role_max_session_duration"></a> [vpc\_fl\_forwarder\_role\_max\_session\_duration](#input\_vpc\_fl\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.|`number`|`null`| no |
221
+
| <aname="input_vpc_fl_forwarder_role_max_session_duration"></a> [vpc\_fl\_forwarder\_role\_max\_session\_duration](#input\_vpc\_fl\_forwarder\_role\_max\_session\_duration)| The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours |`number`|`null`| no |
222
222
| <aname="input_vpc_fl_forwarder_role_name"></a> [vpc\_fl\_forwarder\_role\_name](#input\_vpc\_fl\_forwarder\_role\_name)| VPC flow log forwarder role name |`string`|`""`| no |
223
223
| <aname="input_vpc_fl_forwarder_role_path"></a> [vpc\_fl\_forwarder\_role\_path](#input\_vpc\_fl\_forwarder\_role\_path)| VPC flow log forwarder role path |`string`|`null`| no |
224
224
| <aname="input_vpc_fl_forwarder_role_permissions_boundary"></a> [vpc\_fl\_forwarder\_role\_permissions\_boundary](#input\_vpc\_fl\_forwarder\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the VPC flow log forwarder role |`string`|`null`| no |
225
225
| <aname="input_vpc_fl_forwarder_role_tags"></a> [vpc\_fl\_forwarder\_role\_tags](#input\_vpc\_fl\_forwarder\_role\_tags)| A map of tags to apply to the VPC flow log forwarder role |`map(string)`|`{}`| no |
226
226
| <aname="input_vpc_fl_forwarder_runtime"></a> [vpc\_fl\_forwarder\_runtime](#input\_vpc\_fl\_forwarder\_runtime)| Lambda function runtime |`string`|`"python3.7"`| no |
227
227
| <aname="input_vpc_fl_forwarder_s3_log_bucket_arns"></a> [vpc\_fl\_forwarder\_s3\_log\_bucket\_arns](#input\_vpc\_fl\_forwarder\_s3\_log\_bucket\_arns)| S3 log buckets for VPC flow log forwarder to read and forward to Datadog |`list(string)`|`[]`| no |
228
-
| <aname="input_vpc_fl_forwarder_security_group_ids"></a> [vpc\_fl\_forwarder\_security\_group\_ids](#input\_vpc\_fl\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC.|`list(string)`|`null`| no |
229
-
| <aname="input_vpc_fl_forwarder_subnet_ids"></a> [vpc\_fl\_forwarder\_subnet\_ids](#input\_vpc\_fl\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets.|`list(string)`|`null`| no |
228
+
| <aname="input_vpc_fl_forwarder_security_group_ids"></a> [vpc\_fl\_forwarder\_security\_group\_ids](#input\_vpc\_fl\_forwarder\_security\_group\_ids)| List of security group ids when forwarder lambda function should run in the VPC |`list(string)`|`null`| no |
229
+
| <aname="input_vpc_fl_forwarder_subnet_ids"></a> [vpc\_fl\_forwarder\_subnet\_ids](#input\_vpc\_fl\_forwarder\_subnet\_ids)| List of subnet ids when forwarder lambda function should run in the VPC. Usually private or intra subnets |`list(string)`|`null`| no |
230
230
| <aname="input_vpc_fl_forwarder_tags"></a> [vpc\_fl\_forwarder\_tags](#input\_vpc\_fl\_forwarder\_tags)| A map of tags to apply to the VPC flow log forwarder resources |`map(string)`|`{}`| no |
231
231
| <aname="input_vpc_fl_forwarder_timeout"></a> [vpc\_fl\_forwarder\_timeout](#input\_vpc\_fl\_forwarder\_timeout)| The amount of time the VPC flow log forwarder lambda has to execute in seconds |`number`|`10`| no |
232
232
| <aname="input_vpc_fl_forwarder_use_policy_name_prefix"></a> [vpc\_fl\_forwarder\_use\_policy\_name\_prefix](#input\_vpc\_fl\_forwarder\_use\_policy\_name\_prefix)| Whether to use unique name beginning with the specified `vpc_fl_forwarder_policy_name` for the VPC flow log forwarder role |`bool`|`false`| no |
0 commit comments