Service Managed Ebs Volume Configuration Args
constructor(encrypted: Output<Boolean>? = null, filesystemType: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, roleArn: Output<String>, sizeInGiB: Output<Int>? = null, snapshotId: Output<String>? = null, tagSpecifications: Output<List<ServiceEbsTagSpecificationArgs>>? = null, throughput: Output<Int>? = null, volumeInitializationRate: Output<Int>? = null, volumeType: Output<String>? = null)