Uses of Class
software.amazon.awscdk.services.workspacesinstances.CfnVolume.Builder
Packages that use CfnVolume.Builder
Package
Description
AWS::WorkspacesInstances Construct Library
-
Uses of CfnVolume.Builder in software.amazon.awscdk.services.workspacesinstances
Methods in software.amazon.awscdk.services.workspacesinstances that return CfnVolume.BuilderModifier and TypeMethodDescriptionCfnVolume.Builder.availabilityZone
(String availabilityZone) The Availability Zone in which to create the volume.static CfnVolume.Builder
Indicates whether the volume should be encrypted.CfnVolume.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.CfnVolume.Builder.snapshotId
(String snapshotId) The snapshot from which to create the volume.CfnVolume.Builder.tagSpecifications
(List<? extends Object> tagSpecifications) The tags passed to EBS volume.CfnVolume.Builder.tagSpecifications
(IResolvable tagSpecifications) The tags passed to EBS volume.CfnVolume.Builder.throughput
(Number throughput) The throughput to provision for a volume, with a maximum of 1,000 MiB/s.CfnVolume.Builder.volumeType
(String volumeType) The volume type.