CustomImage

class CustomImage : KotlinCustomResource

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>

Properties

Link copied to clipboard
val customImageName: Output<String>

The name of the resource. The name must be 2 to 128 characters in length. It must start with a letter or a number. It can contain letters, digits, colons (:), underscores (_) and hyphens (-).

Link copied to clipboard
val description: Output<String>?

The description of the Custom Image.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the instance.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>?

The Shared status of the Custom Image. Valid values: Share, UnShare. NOTE: The status will be automatically change to UnShare when the resource is deleted, please operate with caution.

Link copied to clipboard

The ID of the system snapshot.

Link copied to clipboard
val urn: Output<String>