@awboost/cfn-resource-types 0.1.235 → 0.1.236
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/AWS-ECS-Service.d.ts +1 -0
- package/package.json +1 -1
package/lib/AWS-ECS-Service.d.ts
CHANGED
|
@@ -622,6 +622,7 @@ export type ServiceManagedEBSVolumeConfiguration = {
|
|
|
622
622
|
This parameter is only supported for the ``gp3`` volume type.
|
|
623
623
|
*/
|
|
624
624
|
Throughput?: number;
|
|
625
|
+
VolumeInitializationRate?: number;
|
|
625
626
|
/**
|
|
626
627
|
* The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
|
|
627
628
|
The following are the supported volume types.
|