Amazon Storage Gateway Create Snapshot From Volume Recovery Point Input Structure
CreateSnapshotFromVolumeRecoveryPointInput schema from Amazon Storage Gateway API
Type: objectProperties: 3Required: 2
BackupFile StorageGatewayHybrid CloudStorage
CreateSnapshotFromVolumeRecoveryPointInput is a JSON Structure definition published by Amazon Storage Gateway, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-create-snapshot-from-volume-recovery-point-input-structure.json",
"name": "CreateSnapshotFromVolumeRecoveryPointInput",
"description": "CreateSnapshotFromVolumeRecoveryPointInput schema from Amazon Storage Gateway API",
"properties": {
"VolumeARN": {
"allOf": [
{
"$ref": "#/components/schemas/VolumeARN"
},
{
"description": "The Amazon Resource Name (ARN) of the iSCSI volume target. Use the <a>DescribeStorediSCSIVolumes</a> operation to return to retrieve the TargetARN for specified VolumeARN."
}
]
},
"SnapshotDescription": {
"allOf": [
{
"$ref": "#/components/schemas/SnapshotDescription"
},
{
"description": "Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the <b>Description</b> field, and in the Storage Gateway snapshot <b>Details</b> pane, <b>Description</b> field."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/Tags"
},
{
"description": "<p>A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.</p> </note>"
}
]
}
},
"required": [
"VolumeARN",
"SnapshotDescription"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.