int
Optional. The number of I/O operations per
second (IOPS) to provision for GP3 volume.
throughput
int
Optional. The throughput that the volume supports, in MiB/s.
Only valid if volume_type is GP3.
If the volume_type is GP3 and this is not speficied, it
defaults to 125.
kms_key_arn
str
Optional. The Amazon Resource Name (ARN) of
the Customer Managed Key (CMK) used to encrypt
AWS EBS volumes.
If not specified, the default Amazon managed key
associated to the AWS region where this cluster
runs will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class AwsVolumeTemplate (0.6.21)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.21 (latest)](/python/docs/reference/gkemulticloud/latest/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.6.19](/python/docs/reference/gkemulticloud/0.6.19/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.5.1](/python/docs/reference/gkemulticloud/0.5.1/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.4.0](/python/docs/reference/gkemulticloud/0.4.0/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.3.0](/python/docs/reference/gkemulticloud/0.3.0/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.2.2](/python/docs/reference/gkemulticloud/0.2.2/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate)\n- [0.1.1](/python/docs/reference/gkemulticloud/0.1.1/google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate) \n\n AwsVolumeTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nConfiguration template for AWS EBS volumes.\n\nClasses\n-------\n\n### VolumeType\n\n VolumeType(value)\n\nTypes of supported EBS volumes. We currently only support GP2\nor GP3 volumes.\nSee\n\u003chttps://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html\u003e\nfor more information."]]