AWSEBSSnapshot
No description
type AWSEBSSnapshot {
dataEncryptionKeyId: String!
description: String!
encrypted: Boolean!
kmsKeyId: String!
outpostArn: String!
ownerAlias: String!
ownerId: String!
progress: String!
restoreExpiredAt: DateTime
id: String!
startedAt: DateTime
state: AWSEBSSnapshotStateType!
stateMessage: String!
storageTier: AWSEBSSnapshotStorageTierType!
tags: [AWSTag]!
volumeId: String!
volumeSize: Int!
attribute: AWSEBSSnapshotAttribute
}
Fields
AWSEBSSnapshot.dataEncryptionKeyId
● String!
non-null scalar
The data encryption key identifier for the snapshot
AWSEBSSnapshot.description
● String!
non-null scalar
The description for the snapshot
AWSEBSSnapshot.encrypted
● Boolean!
non-null scalar
Indicates whether the snapshot is encrypted
AWSEBSSnapshot.kmsKeyId
● String!
non-null scalar
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that was used to protect the volume encryption key for the parent volume
AWSEBSSnapshot.outpostArn
● String!
non-null scalar
The ARN of the Outpost on which the snapshot is stored
AWSEBSSnapshot.ownerAlias
● String!
non-null scalar
The AWS owner alias
AWSEBSSnapshot.ownerId
● String!
non-null scalar
The AWS account ID of the EBS snapshot owner
AWSEBSSnapshot.progress
● String!
non-null scalar
The progress of the snapshot, as a percentage
AWSEBSSnapshot.restoreExpiredAt
● DateTime
scalar
Indicates the date and time when a temporarily restored snapshot will be automatically re-archived
AWSEBSSnapshot.id
● String!
non-null scalar
The ID of the snapshot. Each snapshot receives a unique identifier when it is created
AWSEBSSnapshot.startedAt
● DateTime
scalar
The time stamp when the snapshot was initiated
AWSEBSSnapshot.state
● AWSEBSSnapshotStateType!
non-null enum
The snapshot state
AWSEBSSnapshot.stateMessage
● String!
non-null scalar
Encrypted Amazon EBS snapshots are copied asynchronously
AWSEBSSnapshot.storageTier
● AWSEBSSnapshotStorageTierType!
non-null enum
The storage tier in which the snapshot is stored
AWSEBSSnapshot.tags
● [AWSTag]!
non-null object
Any tags assigned to the snapshot
AWSEBSSnapshot.volumeId
● String!
non-null scalar
The ID of the volume that was used to create the snapshot
AWSEBSSnapshot.volumeSize
● Int!
non-null scalar
The size of the volume, in GiB
AWSEBSSnapshot.attribute
● AWSEBSSnapshotAttribute
object
The attribute of the snapshot
Member of
AWSEBSVolume
object ● AWSEC2
object