ALIYUN::ENS::Snapshot is used to create a snapshot.
Syntax
{
"Type": "ALIYUN::ENS::Snapshot",
"Properties": {
"Description": String,
"EnsRegionId": String,
"SnapshotName": String,
"DiskId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Description | String | No | Yes | The description of the snapshot. | The description must be 2 to 256 characters in length, and cannot start with |
EnsRegionId | String | Yes | No | The ID of the Edge Node Service (ENS) node. | None. |
SnapshotName | String | No | Yes | The snapshot name. | The name must be 2 to 128 characters in length. It must start with a letter and cannot start with |
DiskId | String | Yes | No | The ID of the cloud disk. | None. |
Return values
Fn::GetAtt
SnapShotId: the snapshot ID.