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_event_source_name"></a> [event\_source\_name](#input\_event\_source\_name)| The partner event source that the new event bus will be matched with. Must match name. |`string`|`null`| no |
508
508
| <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 |
509
509
| <aname="input_kinesis_target_arns"></a> [kinesis\_target\_arns](#input\_kinesis\_target\_arns)| The Amazon Resource Name (ARN) of the Kinesis Streams you want to use as EventBridge targets |`list(string)`|`[]`| no |
510
+
| <aname="input_kms_key_identifier"></a> [kms\_key\_identifier](#input\_kms\_key\_identifier)| The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN. |`string`|`null`| no |
510
511
| <aname="input_lambda_target_arns"></a> [lambda\_target\_arns](#input\_lambda\_target\_arns)| The Amazon Resource Name (ARN) of the Lambda Functions you want to use as EventBridge targets |`list(string)`|`[]`| no |
511
512
| <aname="input_number_of_policies"></a> [number\_of\_policies](#input\_number\_of\_policies)| Number of policies to attach to IAM role |`number`|`0`| no |
512
513
| <aname="input_number_of_policy_jsons"></a> [number\_of\_policy\_jsons](#input\_number\_of\_policy\_jsons)| Number of policies JSON to attach to IAM role |`number`|`0`| no |
@@ -66,6 +67,7 @@ Note that this example may create resources which cost money. Run `terraform des
66
67
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
67
68
|[aws_iam_policy_document.assume_role_pipe](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
68
69
|[aws_iam_policy_document.firehose_to_s3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
70
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
description="The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN."
0 commit comments