Class AwsVolumeTemplate (0.1.1)

AwsVolumeTemplate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration template for AWS EBS volumes.

Attributes

NameDescription
size_gib int
Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
volume_type google.cloud.gke_multicloud_v1.types.AwsVolumeTemplate.VolumeType
Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume.
iops int
Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
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.

Classes

VolumeType

VolumeType(value)

Types of supported EBS volumes. We currently only support GP2 or GP3 volumes. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html for more information.