Ami Copy Ebs Block Device Args
    data class AmiCopyEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceName: Output<String>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val outpostArn: Output<String>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<AmiCopyEbsBlockDeviceArgs> 
Constructors
Link copied to clipboard
                fun AmiCopyEbsBlockDeviceArgs(deleteOnTermination: Output<Boolean>? = null, deviceName: Output<String>? = null, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, outpostArn: Output<String>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)