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_copy_tags_to_snapshot"></a> [copy\_tags\_to\_snapshot](#input\_copy\_tags\_to\_snapshot)| Copy all Cluster `tags` to snapshots |`bool`|`null`| no |
287
288
| <aname="input_create"></a> [create](#input\_create)| Whether cluster should be created (affects nearly all resources) |`bool`|`true`| no |
288
289
| <aname="input_create_cloudwatch_log_group"></a> [create\_cloudwatch\_log\_group](#input\_create\_cloudwatch\_log\_group)| Determines whether a CloudWatch log group is created for each `enabled_cloudwatch_logs_exports`|`bool`|`false`| no |
290
+
| <aname="input_create_db_cluster_activity_stream"></a> [create\_db\_cluster\_activity\_stream](#input\_create\_db\_cluster\_activity\_stream)| Determines whether a cluster activity stream is created. |`bool`|`false`| no |
289
291
| <aname="input_create_db_cluster_parameter_group"></a> [create\_db\_cluster\_parameter\_group](#input\_create\_db\_cluster\_parameter\_group)| Determines whether a cluster parameter should be created or use existing |`bool`|`false`| no |
290
292
| <aname="input_create_db_parameter_group"></a> [create\_db\_parameter\_group](#input\_create\_db\_parameter\_group)| Determines whether a DB parameter should be created or use existing |`bool`|`false`| no |
291
293
| <aname="input_create_db_subnet_group"></a> [create\_db\_subnet\_group](#input\_create\_db\_subnet\_group)| Determines whether to create the database subnet group or use existing |`bool`|`false`| no |
292
294
| <aname="input_create_monitoring_role"></a> [create\_monitoring\_role](#input\_create\_monitoring\_role)| Determines whether to create the IAM role for RDS enhanced monitoring |`bool`|`true`| no |
293
295
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Determines whether to create security group for RDS cluster |`bool`|`true`| no |
294
296
| <aname="input_database_name"></a> [database\_name](#input\_database\_name)| Name for an automatically created database on cluster creation |`string`|`null`| no |
297
+
| <aname="input_db_cluster_activity_stream_kms_key_id"></a> [db\_cluster\_activity\_stream\_kms\_key\_id](#input\_db\_cluster\_activity\_stream\_kms\_key\_id)| The AWS KMS key identifier for encrypting messages in the database activity stream |`string`|`null`| no |
298
+
| <aname="input_db_cluster_activity_stream_mode"></a> [db\_cluster\_activity\_stream\_mode](#input\_db\_cluster\_activity\_stream\_mode)| Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. One of: sync, async |`string`|`null`| no |
295
299
| <aname="input_db_cluster_db_instance_parameter_group_name"></a> [db\_cluster\_db\_instance\_parameter\_group\_name](#input\_db\_cluster\_db\_instance\_parameter\_group\_name)| Instance parameter group to associate with all instances of the DB cluster. The `db_cluster_db_instance_parameter_group_name` is only valid in combination with `allow_major_version_upgrade`|`string`|`null`| no |
296
300
| <aname="input_db_cluster_instance_class"></a> [db\_cluster\_instance\_class](#input\_db\_cluster\_instance\_class)| The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all AWS Regions, or for all database engines |`string`|`null`| no |
297
301
| <aname="input_db_cluster_parameter_group_description"></a> [db\_cluster\_parameter\_group\_description](#input\_db\_cluster\_parameter\_group\_description)| The description of the DB cluster parameter group. Defaults to "Managed by Terraform" |`string`|`null`| no |
@@ -312,6 +316,7 @@ No modules.
312
316
| <aname="input_endpoints"></a> [endpoints](#input\_endpoints)| Map of additional cluster endpoints and their attributes to be created |`any`|`{}`| no |
313
317
| <aname="input_engine"></a> [engine](#input\_engine)| The name of the database engine to be used for this DB cluster. Defaults to `aurora`. Valid Values: `aurora`, `aurora-mysql`, `aurora-postgresql`|`string`|`null`| no |
314
318
| <aname="input_engine_mode"></a> [engine\_mode](#input\_engine\_mode)| The database engine mode. Valid values: `global`, `multimaster`, `parallelquery`, `provisioned`, `serverless`. Defaults to: `provisioned`|`string`|`"provisioned"`| no |
319
+
| <aname="input_engine_native_audit_fields_included"></a> [engine\_native\_audit\_fields\_included](#input\_engine\_native\_audit\_fields\_included)| Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included |`bool`|`false`| no |
315
320
| <aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| The database engine version. Updating this argument results in an outage |`string`|`null`| no |
316
321
| <aname="input_final_snapshot_identifier"></a> [final\_snapshot\_identifier](#input\_final\_snapshot\_identifier)| The name of your final DB snapshot when this DB cluster is deleted. If omitted, no final snapshot will be made |`string`|`null`| no |
317
322
| <aname="input_global_cluster_identifier"></a> [global\_cluster\_identifier](#input\_global\_cluster\_identifier)| The global cluster identifier specified on `aws_rds_global_cluster`|`string`|`null`| no |
@@ -389,6 +394,7 @@ No modules.
389
394
| <aname="output_cluster_reader_endpoint"></a> [cluster\_reader\_endpoint](#output\_cluster\_reader\_endpoint)| A read-only endpoint for the cluster, automatically load-balanced across replicas |
390
395
| <aname="output_cluster_resource_id"></a> [cluster\_resource\_id](#output\_cluster\_resource\_id)| The RDS Cluster Resource ID |
391
396
| <aname="output_cluster_role_associations"></a> [cluster\_role\_associations](#output\_cluster\_role\_associations)| A map of IAM roles associated with the cluster and their attributes |
397
+
| <aname="output_db_cluster_activity_stream_kinesis_stream_name"></a> [db\_cluster\_activity\_stream\_kinesis\_stream\_name](#output\_db\_cluster\_activity\_stream\_kinesis\_stream\_name)| The name of the Amazon Kinesis data stream to be used for the database activity stream |
392
398
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
393
399
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
394
400
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
| <aname="output_cluster_reader_endpoint"></a> [cluster\_reader\_endpoint](#output\_cluster\_reader\_endpoint)| A read-only endpoint for the cluster, automatically load-balanced across replicas |
64
66
| <aname="output_cluster_resource_id"></a> [cluster\_resource\_id](#output\_cluster\_resource\_id)| The RDS Cluster Resource ID |
65
67
| <aname="output_cluster_role_associations"></a> [cluster\_role\_associations](#output\_cluster\_role\_associations)| A map of IAM roles associated with the cluster and their attributes |
68
+
| <aname="output_db_cluster_activity_stream_kinesis_stream_name"></a> [db\_cluster\_activity\_stream\_kinesis\_stream\_name](#output\_db\_cluster\_activity\_stream\_kinesis\_stream\_name)| The name of the Amazon Kinesis data stream to be used for the database activity stream |
66
69
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
67
70
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
68
71
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
| <aname="output_cluster_reader_endpoint"></a> [cluster\_reader\_endpoint](#output\_cluster\_reader\_endpoint)| A read-only endpoint for the cluster, automatically load-balanced across replicas |
64
65
| <aname="output_cluster_resource_id"></a> [cluster\_resource\_id](#output\_cluster\_resource\_id)| The RDS Cluster Resource ID |
65
66
| <aname="output_cluster_role_associations"></a> [cluster\_role\_associations](#output\_cluster\_role\_associations)| A map of IAM roles associated with the cluster and their attributes |
67
+
| <aname="output_db_cluster_activity_stream_kinesis_stream_name"></a> [db\_cluster\_activity\_stream\_kinesis\_stream\_name](#output\_db\_cluster\_activity\_stream\_kinesis\_stream\_name)| The name of the Amazon Kinesis data stream to be used for the database activity stream |
66
68
| <aname="output_db_cluster_cloudwatch_log_groups"></a> [db\_cluster\_cloudwatch\_log\_groups](#output\_db\_cluster\_cloudwatch\_log\_groups)| Map of CloudWatch log groups created and their attributes |
67
69
| <aname="output_db_cluster_parameter_group_arn"></a> [db\_cluster\_parameter\_group\_arn](#output\_db\_cluster\_parameter\_group\_arn)| The ARN of the DB cluster parameter group created |
68
70
| <aname="output_db_cluster_parameter_group_id"></a> [db\_cluster\_parameter\_group\_id](#output\_db\_cluster\_parameter\_group\_id)| The ID of the DB cluster parameter group created |
description="Determines whether a cluster activity stream is created."
693
+
type=bool
694
+
default=false
695
+
}
696
+
697
+
variable"db_cluster_activity_stream_mode" {
698
+
description="Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. One of: sync, async"
699
+
type=string
700
+
default=null
701
+
}
702
+
703
+
variable"db_cluster_activity_stream_kms_key_id" {
704
+
description="The AWS KMS key identifier for encrypting messages in the database activity stream"
705
+
type=string
706
+
default=null
707
+
}
708
+
709
+
variable"engine_native_audit_fields_included" {
710
+
description="Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included"
0 commit comments