Copy Image Args
data class CopyImageArgs(val deleteAutoSnapshot: Output<Boolean>? = null, val description: Output<String>? = null, val encrypted: Output<Boolean>? = null, val force: Output<Boolean>? = null, val imageName: Output<String>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val sourceImageId: Output<String>? = null, val sourceRegionId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CopyImageArgs>
Constructors
Link copied to clipboard
constructor(deleteAutoSnapshot: Output<Boolean>? = null, description: Output<String>? = null, encrypted: Output<Boolean>? = null, force: Output<Boolean>? = null, imageName: Output<String>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, sourceImageId: Output<String>? = null, sourceRegionId: Output<String>? = null, tags: Output<Map<String, String>>? = null)