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.
  • nativeId: String!
  • # Native name of the EC2 snapshot.
  • nativeName: String!
  • # Consistency level of the EC2 snapshot.
  • consistencyLevel: SnapshotServiceConsistencyLevel!
  • # Instance type of the EC2 snapshot.
  • instanceType: String!
  • # AWS native account ID of the EC2 snapshot.
  • awsNativeAccountId: String!
  • # Region native ID of the EC2 snapshot.
  • region: String!
  • # Volume snapshots excluded from the EC2 snapshot.
  • volumeSnapshotsToExclude: [String!]!
  • # IAM instance profile ARN of the EC2 object at the time EC2 snapshot was taken.
  • iamInstanceProfileArn: String!
  • # List of key-value pairs that map device path to volume snapshot.
  • devicePathToVolumeSnapshotIdMap: DevicePathToVolumeSnapshotIdMap!
  • # ID of the snapshot.
  • snapshotId: UUID!
  • }

link Require by

This element is not required by anyone