Use this action to retrieve a specific snapshot record.
Headers
Request body
The unique identifier of the engagement associated with the snapshot. This field links the snapshot to a specific engagement context.
Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:<code>Opportunity</code>: For opportunity-related data.
The unique identifier of the specific resource that was snapshotted. The format and constraints of this identifier depend on the ResourceType specified. For <code>Opportunity</code> type, it will be an <code>opportunity ID</code>
he name of the template that defines the schema for the snapshot. This template determines which subset of the resource data is included in the snapshot and must correspond to an existing and valid template for the specified <code>ResourceType</code>.
Specifies which revision of the snapshot to retrieve. If omitted returns the latest revision.
Response
Success
The catalog in which the snapshot was created. Matches the Catalog specified in the request.
The Amazon Resource Name (ARN) that uniquely identifies the resource snapshot.
The AWS account ID of the principal (user or role) who created the snapshot. This helps in tracking the origin of the snapshot.
The timestamp when the snapshot was created, in ISO 8601 format (e.g., "2023-06-01T14:30:00Z"). This allows for precise tracking of when the snapshot was taken.
The identifier of the engagement associated with this snapshot. Matches the EngagementIdentifier specified in the request.
The type of the resource that was snapshotted. Matches the ResourceType specified in the request.
The identifier of the specific resource that was snapshotted. Matches the ResourceIdentifier specified in the request.
The name of the view used for this snapshot. This is the same as the template name.
The revision number of this snapshot. This is a positive integer that is sequential and unique within the context of a resource view.
Target member accounts associated with the resource snapshot.