Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.CfnVolumePropsMixin.Builder
Packages that use CfnVolumePropsMixin.Builder
-
Uses of CfnVolumePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances
Methods in software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances that return CfnVolumePropsMixin.BuilderModifier and TypeMethodDescriptionCfnVolumePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone in which to create the volume.static CfnVolumePropsMixin.BuilderCfnVolumePropsMixin.Builder.create()static CfnVolumePropsMixin.BuilderCfnVolumePropsMixin.Builder.create(CfnPropertyMixinOptions options) Indicates whether the volume should be encrypted.CfnVolumePropsMixin.Builder.encrypted(IResolvable encrypted) Indicates whether the volume should be encrypted.The number of I/O operations per second (IOPS).The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.The size of the volume, in GiBs.CfnVolumePropsMixin.Builder.snapshotId(String snapshotId) The snapshot from which to create the volume.CfnVolumePropsMixin.Builder.tagSpecifications(List<? extends Object> tagSpecifications) The tags passed to EBS volume.CfnVolumePropsMixin.Builder.tagSpecifications(IResolvable tagSpecifications) The tags passed to EBS volume.CfnVolumePropsMixin.Builder.throughput(Number throughput) The throughput to provision for a volume, with a maximum of 1,000 MiB/s.CfnVolumePropsMixin.Builder.volumeType(String volumeType) The volume type.