AwsEc2VolumePropertiesArgs

constructor(autoEnableIO: Output<Boolean>? = null, availabilityZone: Output<String>? = null, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, multiAttachEnabled: Output<Boolean>? = null, outpostArn: Output<String>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, throughput: Output<Int>? = null, volumeId: Output<String>? = null, volumeType: Output<String>? = null)