Skip to content

Commit 74567ad

Browse files
committed
* resource/aws_docdbelastic_cluster: Update documentation
1 parent e62052a commit 74567ad

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

website/docs/cdktf/python/r/docdbelastic_cluster.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ The following arguments are required:
5454

5555
The following arguments are optional:
5656

57+
* `backup_retention_period` - (Optional) Number of days for which automated backups are retained. You must specify a minimum value of 1 and maximum value of 35. If not specified, 1 day will be used.
5758
* `kms_key_id` - (Optional) ARN of a KMS key that is used to encrypt the Elastic DocumentDB cluster. If not specified, the default encryption key that KMS creates for your account is used.
5859
* `preferred_maintenance_window` - (Optional) Weekly time range during which system maintenance can occur in UTC. Format: `ddd:hh24:mi-ddd:hh24:mi`. If not specified, AWS will choose a random 30-minute window on a random day of the week.
60+
* `preferred_backup_window` - (Optional) Daily time range during which automated backups are created if automated backups are enabled using the `backup_retention_period` parameter in UTC. Format: `hh24:mi-hh24:mi`. If not specified, a 30-minute window is selected at random from an 8-hour block of time for each AWS Region. Must be at least 30 minutes.
5961
* `subnet_ids` - (Optional) IDs of subnets in which the Elastic DocumentDB Cluster operates.
6062
* `tags` - (Optional) A map of tags to assign to the collection. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
6163
* `vpc_security_group_ids` - (Optional) List of VPC security groups to associate with the Elastic DocumentDB Cluster

website/docs/cdktf/typescript/r/docdbelastic_cluster.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ The following arguments are required:
5757

5858
The following arguments are optional:
5959

60+
* `backupRetentionPeriod` - (Optional) Number of days for which automated backups are retained. You must specify a minimum value of 1 and maximum value of 35. If not specified, 1 day will be used.
6061
* `kmsKeyId` - (Optional) ARN of a KMS key that is used to encrypt the Elastic DocumentDB cluster. If not specified, the default encryption key that KMS creates for your account is used.
6162
* `preferredMaintenanceWindow` - (Optional) Weekly time range during which system maintenance can occur in UTC. Format: `ddd:hh24:mi-ddd:hh24:mi`. If not specified, AWS will choose a random 30-minute window on a random day of the week.
63+
* `preferredBackupWindow` - (Optional) Daily time range during which automated backups are created if automated backups are enabled using the `backup_retention_period` parameter in UTC. Format: `hh24:mi-hh24:mi`. If not specified, a 30-minute window is selected at random from an 8-hour block of time for each AWS Region. Must be at least 30 minutes.
6264
* `subnetIds` - (Optional) IDs of subnets in which the Elastic DocumentDB Cluster operates.
6365
* `tags` - (Optional) A map of tags to assign to the collection. If configured with a provider [`defaultTags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
6466
* `vpcSecurityGroupIds` - (Optional) List of VPC security groups to associate with the Elastic DocumentDB Cluster

website/docs/r/docdbelastic_cluster.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ The following arguments are required:
4141

4242
The following arguments are optional:
4343

44+
* `backup_retention_period` - (Optional) Number of days for which automated backups are retained. You must specify a minimum value of 1 and maximum value of 35. If not specified, 1 day will be used.
4445
* `kms_key_id` - (Optional) ARN of a KMS key that is used to encrypt the Elastic DocumentDB cluster. If not specified, the default encryption key that KMS creates for your account is used.
4546
* `preferred_maintenance_window` - (Optional) Weekly time range during which system maintenance can occur in UTC. Format: `ddd:hh24:mi-ddd:hh24:mi`. If not specified, AWS will choose a random 30-minute window on a random day of the week.
47+
* `preferred_backup_window` - (Optional) Daily time range during which automated backups are created if automated backups are enabled using the `backup_retention_period` parameter in UTC. Format: `hh24:mi-hh24:mi`. If not specified, a 30-minute window is selected at random from an 8-hour block of time for each AWS Region. Must be at least 30 minutes.
4648
* `subnet_ids` - (Optional) IDs of subnets in which the Elastic DocumentDB Cluster operates.
4749
* `tags` - (Optional) A map of tags to assign to the collection. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
4850
* `vpc_security_group_ids` - (Optional) List of VPC security groups to associate with the Elastic DocumentDB Cluster

0 commit comments

Comments
 (0)