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_sumologic_organization_id"></a> [sumologic\_organization\_id](#input\_sumologic\_organization\_id)| Appears on the Account Overview page that displays information about your Sumo Logic organization. Used for IAM Role in Sumo Logic AWS Sources. |`string`| n/a | yes |
65
65
| <aname="input_wait_for_seconds"></a> [wait\_for\_seconds](#input\_wait\_for\_seconds)| wait\_for\_seconds is used to delay sumo logic source creation. This helps persisting IAM role in AWS system.<br/> Default value is 180 seconds.<br/> If the AWS IAM role is created outside the module, the value can be decreased to 1 second. |`number`|`180`| no |
66
+
| <aname="input_aws_resource_tags"></a> [aws\_resource\_tags](#input\_aws\_resource\_tags)| Map of tags to apply to all AWS resources provisioned through the Module |`map(string)`|`{}`| no |
| <aname="input_log_stream_prefix"></a> [log\_stream\_prefix](#input\_log\_stream\_prefix)| LogStream name prefixes to filter by logStream. Please note this is separate from a logGroup. This is used only to send certain logStreams within a Cloudwatch logGroup(s). LogGroups still need to be subscribed to the created Lambda function regardless of this input value. |`list(string)`|`[]`| no |
75
75
| <aname="input_source_details"></a> [source\_details](#input\_source\_details)| Provide details for the Sumo Logic HTTP source. If not provided, then defaults will be used. | <pre>object({<br/> source_name = string<br/> source_category = string<br/> collector_id = string<br/> description = string<br/> fields = map(string)<br/> })</pre> | <pre>{<br/> "collector_id": "",<br/> "description": "This source is created using Sumo Logic terraform AWS CloudWatch Logs forwarder to collect AWS cloudwatch logs.",<br/> "fields": {},<br/> "source_category": "Labs/aws/cloudwatch",<br/> "source_name": "CloudWatch Logs Source"<br/>}</pre> | no |
76
76
| <aname="input_workers"></a> [workers](#input\_workers)| Number of lambda function invocations for Cloudwatch logs source Dead Letter Queue processing. |`number`|`4`| no |
77
+
| <aname="input_aws_resource_tags"></a> [aws\_resource\_tags](#input\_aws\_resource\_tags)| Map of tags to apply to all AWS resources provisioned through the Module |`map(string)`|`{}`| no |
0 commit comments