Skip to content

Commit

Permalink
docs: Add io2 as an RDS DB instance storage_type (#39187)
Browse files Browse the repository at this point in the history
  • Loading branch information
osibanda authored Sep 9, 2024
1 parent 5e2cd56 commit 2c552c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions website/docs/cdktf/python/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ accounts is enabled.
* `identifier_prefix` - (Optional) Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
* `instance_class` - (Required) The instance type of the RDS instance.
* `iops` - (Optional) The amount of provisioned IOPS. Setting this implies a
storage_type of "io1". Can only be set when `storage_type` is `"io1"` or `"gp3"`.
storage_type of "io1" or "io2". Can only be set when `storage_type` is `"io1"`, `"io2` or `"gp3"`.
Cannot be specified for gp3 storage if the `allocated_storage` value is below a per-`engine` threshold.
See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `kms_key_id` - (Optional) The ARN for the KMS encryption key. If creating an
Expand Down Expand Up @@ -484,9 +484,9 @@ encrypted. Note that if you are creating a cross-region read replica this field
is ignored and you should instead declare `kms_key_id` with a valid ARN. The
default is `false` if not specified.
* `storage_type` - (Optional) One of "standard" (magnetic), "gp2" (general
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently)
or "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,
"gp2" if not.
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently),
"io1" (provisioned IOPS SSD) or "io2" (block express storage provisioned IOPS
SSD). The default is "io1" if `iops` is specified, "gp2" if not.
* `storage_throughput` - (Optional) The storage throughput value for the DB instance. Can only be set when `storage_type` is `"gp3"`. Cannot be specified if the `allocated_storage` value is below a per-`engine` threshold. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `tags` - (Optional) A map of tags to assign to the resource. 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.
* `timezone` - (Optional) Time zone of the DB instance. `timezone` is currently
Expand Down
8 changes: 4 additions & 4 deletions website/docs/cdktf/typescript/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ accounts is enabled.
* `identifierPrefix` - (Optional) Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
* `instanceClass` - (Required) The instance type of the RDS instance.
* `iops` - (Optional) The amount of provisioned IOPS. Setting this implies a
storage_type of "io1". Can only be set when `storageType` is `"io1"` or `"gp3"`.
storage_type of "io1" or "io2". Can only be set when `storageType` is `"io1"`, `"io2` or `"gp3"`.
Cannot be specified for gp3 storage if the `allocatedStorage` value is below a per-`engine` threshold.
See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `kmsKeyId` - (Optional) The ARN for the KMS encryption key. If creating an
Expand Down Expand Up @@ -527,9 +527,9 @@ encrypted. Note that if you are creating a cross-region read replica this field
is ignored and you should instead declare `kmsKeyId` with a valid ARN. The
default is `false` if not specified.
* `storageType` - (Optional) One of "standard" (magnetic), "gp2" (general
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently)
or "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,
"gp2" if not.
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently),
"io1" (provisioned IOPS SSD) or "io2" (block express storage provisioned IOPS
SSD). The default is "io1" if `iops` is specified, "gp2" if not.
* `storageThroughput` - (Optional) The storage throughput value for the DB instance. Can only be set when `storageType` is `"gp3"`. Cannot be specified if the `allocatedStorage` value is below a per-`engine` threshold. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `tags` - (Optional) A map of tags to assign to the resource. 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.
* `timezone` - (Optional) Time zone of the DB instance. `timezone` is currently
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/db_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ accounts is enabled.
* `identifier_prefix` - (Optional) Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
* `instance_class` - (Required) The instance type of the RDS instance.
* `iops` - (Optional) The amount of provisioned IOPS. Setting this implies a
storage_type of "io1". Can only be set when `storage_type` is `"io1"` or `"gp3"`.
storage_type of "io1" or "io2". Can only be set when `storage_type` is `"io1"`, `"io2` or `"gp3"`.
Cannot be specified for gp3 storage if the `allocated_storage` value is below a per-`engine` threshold.
See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `kms_key_id` - (Optional) The ARN for the KMS encryption key. If creating an
Expand Down Expand Up @@ -411,8 +411,8 @@ is ignored and you should instead declare `kms_key_id` with a valid ARN. The
default is `false` if not specified.
* `storage_type` - (Optional) One of "standard" (magnetic), "gp2" (general
purpose SSD), "gp3" (general purpose SSD that needs `iops` independently)
or "io1" (provisioned IOPS SSD). The default is "io1" if `iops` is specified,
"gp2" if not.
"io1" (provisioned IOPS SSD) or "io2" (block express storage provisioned IOPS
SSD). The default is "io1" if `iops` is specified, "gp2" if not.
* `storage_throughput` - (Optional) The storage throughput value for the DB instance. Can only be set when `storage_type` is `"gp3"`. Cannot be specified if the `allocated_storage` value is below a per-`engine` threshold. See the [RDS User Guide](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage) for details.
* `tags` - (Optional) A map of tags to assign to the resource. 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.
* `timezone` - (Optional) Time zone of the DB instance. `timezone` is currently
Expand Down

0 comments on commit 2c552c3

Please sign in to comment.