OBJECT
AwsNativeEc2InstanceSpecificSnapshot
Description
Specific information for AWS EC2 snapshot created on Polaris.
link GraphQL Schema definition
- type AwsNativeEc2InstanceSpecificSnapshot implements PolarisSpecificSnapshot {
- # Native ID of the EC2 snapshot.
- String! :
- # Native name of the EC2 snapshot.
- String! :
- # Consistency level of the EC2 snapshot.
- SnapshotServiceConsistencyLevel! :
- # Instance type of the EC2 snapshot.
- String! :
- # AWS native account ID of the EC2 snapshot.
- String! :
- # Region native ID of the EC2 snapshot.
- String! :
- # Volume snapshots excluded from the EC2 snapshot.
- String!]! : [
- # IAM instance profile ARN of the EC2 object at the time EC2 snapshot was taken.
- String! :
- # List of key-value pairs that map device path to volume snapshot.
- DevicePathToVolumeSnapshotIdMap! :
- # ID of the snapshot.
- UUID! :
- }
link Require by
This element is not required by anyone