Comment on page
CreateEbsSnapshot Object
Specifications when creating an EBS snapshot.
Description of the snapshot.
Type:
string
Required: No
Value to use for the
Name
tag on the snapshot.Type:
string
Required: No
Resource tags to add to the snapshot.
Required: No
{
"description": "$(VOLUMEID)-$(DATE)",
"snapshotName": "$(VOLUMEID)-$(DATE)",
"tags": [
{
"key": "volume-id",
"value": "$(VOLUMEID)"
}
]
}