ExportSnapshotRecordSourceInfo
Describes the source of an export snapshot record.
Contents
- arn
-
The Amazon Resource Name (ARN) of the source instance or disk snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- createdAt
-
The date when the source instance or disk snapshot was created.
Type: Timestamp
Required: No
- diskSnapshotInfo
-
A list of objects describing a disk snapshot.
Type: DiskSnapshotInfo object
Required: No
- fromResourceArn
-
The Amazon Resource Name (ARN) of the snapshot's source instance or disk.
Type: String
Pattern:
.*\S.*
Required: No
- fromResourceName
-
The name of the snapshot's source instance or disk.
Type: String
Pattern:
.*\S.*
Required: No
- instanceSnapshotInfo
-
A list of objects describing an instance snapshot.
Type: InstanceSnapshotInfo object
Required: No
- name
-
The name of the source instance or disk snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- resourceType
-
The Lightsail resource type (
InstanceSnapshot
orDiskSnapshot
).Type: String
Valid Values:
InstanceSnapshot | DiskSnapshot
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: