ResourceSnapshotSummary
Provides a concise summary of a resource snapshot, including its unique identifier and version information. This structure is used to quickly reference and identify specific versions of resource snapshots.
Contents
Note
In the following list, the required parameters are described first.
- Arn
-
The Amazon Resource Name (ARN) of the snapshot. This globally unique identifier can be used for cross-service references and in IAM policies.
Type: String
Pattern:
^arn:.*
Required: No
- CreatedBy
-
The AWS account ID of the entity that owns the resource from which the snapshot was created.
Type: String
Pattern:
^([0-9]{12}|\w{1,12})$
Required: No
- ResourceId
-
The identifier of the specific resource snapshotted. The format might vary depending on the ResourceType.
Type: String
Pattern:
^O[0-9]{1,19}$
Required: No
- ResourceSnapshotTemplateName
-
The name of the template used to create the snapshot.
Type: String
Pattern:
^[a-zA-Z0-9]{3,80}$
Required: No
- ResourceType
-
The type of resource snapshotted.
Type: String
Valid Values:
Opportunity
Required: No
- Revision
-
The revision number of the snapshot. This integer value is incremented each time the snapshot is updated, allowing for version tracking of the resource snapshot.
Type: Integer
Valid Range: Minimum value of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: