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
|[aws_cloudwatch_event_bus.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudwatch_event_bus)| data source |
410
412
|[aws_iam_policy.tracing](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy)| data source |
411
413
|[aws_iam_policy_document.additional_inline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
412
414
|[aws_iam_policy_document.api_destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
@@ -453,6 +455,7 @@ No modules.
453
455
| <aname="input_create_permissions"></a> [create\_permissions](#input\_create\_permissions)| Controls whether EventBridge Permission resources should be created |`bool`|`true`| no |
454
456
| <aname="input_create_role"></a> [create\_role](#input\_create\_role)| Controls whether IAM roles should be created |`bool`|`true`| no |
455
457
| <aname="input_create_rules"></a> [create\_rules](#input\_create\_rules)| Controls whether EventBridge Rule resources should be created |`bool`|`true`| no |
458
+
| <aname="input_create_schemas_discoverer"></a> [create\_schemas\_discoverer](#input\_create\_schemas\_discoverer)| Controls whether default schemas discoverer should be created |`bool`|`false`| no |
456
459
| <aname="input_create_targets"></a> [create\_targets](#input\_create\_targets)| Controls whether EventBridge Target resources should be created |`bool`|`true`| no |
457
460
| <aname="input_ecs_target_arns"></a> [ecs\_target\_arns](#input\_ecs\_target\_arns)| The Amazon Resource Name (ARN) of the AWS ECS Tasks you want to use as EventBridge targets |`list(string)`|`[]`| no |
458
461
| <aname="input_kinesis_firehose_target_arns"></a> [kinesis\_firehose\_target\_arns](#input\_kinesis\_firehose\_target\_arns)| The Amazon Resource Name (ARN) of the Kinesis Firehose Delivery Streams you want to use as EventBridge targets |`list(string)`|`[]`| no |
@@ -473,6 +476,7 @@ No modules.
473
476
| <aname="input_role_permissions_boundary"></a> [role\_permissions\_boundary](#input\_role\_permissions\_boundary)| The ARN of the policy that is used to set the permissions boundary for the IAM role used by Lambda Function |`string`|`null`| no |
474
477
| <aname="input_role_tags"></a> [role\_tags](#input\_role\_tags)| A map of tags to assign to IAM role |`map(string)`|`{}`| no |
475
478
| <aname="input_rules"></a> [rules](#input\_rules)| A map of objects with EventBridge Rule definitions. |`map(any)`|`{}`| no |
| <aname="input_sfn_target_arns"></a> [sfn\_target\_arns](#input\_sfn\_target\_arns)| The Amazon Resource Name (ARN) of the StepFunctions you want to use as EventBridge targets |`list(string)`|`[]`| no |
477
481
| <aname="input_sqs_target_arns"></a> [sqs\_target\_arns](#input\_sqs\_target\_arns)| The Amazon Resource Name (ARN) of the AWS SQS Queues you want to use as EventBridge targets |`list(string)`|`[]`| no |
478
482
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
0 commit comments