AWS::WorkspacesInstances::VolumeResource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources.
import { CfnVolume } from 'aws-cdk-lib/aws-workspacesinstances';Or use the module namespace:
import * as workspacesinstances from 'aws-cdk-lib/aws-workspacesinstances';
// workspacesinstances.CfnVolumeConfiguration passed to the constructor as CfnVolumeProps.
availabilityZoneRequiredstringThe Availability Zone in which to create the volume.
encryptedOptionalboolean | IResolvableIndicates whether the volume should be encrypted.
iopsOptionalnumberThe number of I/O operations per second (IOPS).
kmsKeyIdOptionalstringThe identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.
sizeInGbOptionalnumberThe size of the volume, in GiBs.
snapshotIdOptionalstringThe snapshot from which to create the volume.
tagSpecificationsOptionalIResolvable | IResolvable | TagSpecificationProperty[]The tags passed to EBS volume.
throughputOptionalnumberThe throughput to provision for a volume, with a maximum of 1,000 MiB/s.
volumeTypeOptionalstringThe volume type.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspacesinstancesAWS::WorkspacesInstances::Volume