Container Recipe Instance Configuration Block Device Mapping Ebs Args
data class ContainerRecipeInstanceConfigurationBlockDeviceMappingEbsArgs(val deleteOnTermination: Output<String>? = null, val encrypted: Output<String>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<ContainerRecipeInstanceConfigurationBlockDeviceMappingEbsArgs>
Constructors
Link copied to clipboard
fun ContainerRecipeInstanceConfigurationBlockDeviceMappingEbsArgs(deleteOnTermination: Output<String>? = null, encrypted: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)