Ecs Snapshot Args
data class EcsSnapshotArgs(val category: Output<String>? = null, val description: Output<String>? = null, val diskId: Output<String>? = null, val force: Output<Boolean>? = null, val instantAccess: Output<Boolean>? = null, val instantAccessRetentionDays: Output<Int>? = null, val name: Output<String>? = null, val resourceGroupId: Output<String>? = null, val retentionDays: Output<Int>? = null, val snapshotName: Output<String>? = null, val tags: Output<Map<String, Any>>? = null) : ConvertibleToJava<EcsSnapshotArgs>
Provides a ECS Snapshot resource. For information about ECS Snapshot and how to use it, see What is Snapshot.
NOTE: Available in v1.120.0+.
Import
ECS Snapshot can be imported using the id, e.g.
$ pulumi import alicloud:ecs/ecsSnapshot:EcsSnapshot example <id>Content copied to clipboard
Constructors
Link copied to clipboard
constructor(category: Output<String>? = null, description: Output<String>? = null, diskId: Output<String>? = null, force: Output<Boolean>? = null, instantAccess: Output<Boolean>? = null, instantAccessRetentionDays: Output<Int>? = null, name: Output<String>? = null, resourceGroupId: Output<String>? = null, retentionDays: Output<Int>? = null, snapshotName: Output<String>? = null, tags: Output<Map<String, Any>>? = null)
Properties
Link copied to clipboard
The description of the snapshot.
Link copied to clipboard
Specifies whether to enable the instant access feature.
Link copied to clipboard
Specifies the retention period of the instant access feature. After the retention period ends, the snapshot is automatically released.
Link copied to clipboard
The resource group id.
Link copied to clipboard
The retention period of the snapshot.
Link copied to clipboard
The name of the snapshot.