Custom Image Args
data class CustomImageArgs(val customImageName: Output<String>? = null, val description: Output<String>? = null, val instanceId: Output<String>? = null, val status: Output<String>? = null, val systemSnapshotId: Output<String>? = null) : ConvertibleToJava<CustomImageArgs>
Provides a Simple Application Server Custom Image resource. For information about Simple Application Server Custom Image and how to use it, see What is Custom Image.
NOTE: Available in v1.143.0+.
Import
Simple Application Server Custom Image can be imported using the id, e.g.
$ pulumi import alicloud:simpleapplicationserver/customImage:CustomImage example <id>
Content copied to clipboard