AwsEc2SnapshotPropertiesArgs

data class AwsEc2SnapshotPropertiesArgs(val dataEncryptionKeyId: Output<String>? = null, val description: Output<String>? = null, val encrypted: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val outpostArn: Output<String>? = null, val ownerAlias: Output<String>? = null, val ownerId: Output<String>? = null, val progress: Output<String>? = null, val restoreExpiryTime: Output<String>? = null, val snapshotId: Output<String>? = null, val sseType: Output<SSETypeEnumValueArgs>? = null, val startTime: Output<String>? = null, val state: Output<SnapshotStateEnumValueArgs>? = null, val stateMessage: Output<String>? = null, val storageTier: Output<StorageTierEnumValueArgs>? = null, val tags: Output<List<TagArgs>>? = null, val volumeId: Output<String>? = null, val volumeSize: Output<Int>? = null) : ConvertibleToJava<AwsEc2SnapshotPropertiesArgs>

Definition of awsEc2Snapshot

Constructors

Link copied to clipboard
constructor(dataEncryptionKeyId: Output<String>? = null, description: Output<String>? = null, encrypted: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, outpostArn: Output<String>? = null, ownerAlias: Output<String>? = null, ownerId: Output<String>? = null, progress: Output<String>? = null, restoreExpiryTime: Output<String>? = null, snapshotId: Output<String>? = null, sseType: Output<SSETypeEnumValueArgs>? = null, startTime: Output<String>? = null, state: Output<SnapshotStateEnumValueArgs>? = null, stateMessage: Output<String>? = null, storageTier: Output<StorageTierEnumValueArgs>? = null, tags: Output<List<TagArgs>>? = null, volumeId: Output<String>? = null, volumeSize: Output<Int>? = null)

Properties

Link copied to clipboard
val dataEncryptionKeyId: Output<String>? = null

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

Link copied to clipboard
val description: Output<String>? = null

The description for the snapshot.

Link copied to clipboard
val encrypted: Output<Boolean>? = null

Indicates whether the snapshot is encrypted.

Link copied to clipboard
val kmsKeyId: Output<String>? = null

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the parent volume.

Link copied to clipboard
val outpostArn: Output<String>? = null

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

Link copied to clipboard
val ownerAlias: Output<String>? = null

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

Link copied to clipboard
val ownerId: Output<String>? = null

The ID of the Amazon Web Services account that owns the EBS snapshot.

Link copied to clipboard
val progress: Output<String>? = null

The progress of the snapshot, as a percentage.

Link copied to clipboard
val restoreExpiryTime: Output<String>? = null

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

Link copied to clipboard
val snapshotId: Output<String>? = null

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

Link copied to clipboard
val sseType: Output<SSETypeEnumValueArgs>? = null

Reserved for future use.

Link copied to clipboard
val startTime: Output<String>? = null

The time stamp when the snapshot was initiated.

Link copied to clipboard
val state: Output<SnapshotStateEnumValueArgs>? = null

The snapshot state.

Link copied to clipboard
val stateMessage: Output<String>? = null

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

Link copied to clipboard

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Any tags assigned to the snapshot.

Link copied to clipboard
val volumeId: Output<String>? = null

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

Link copied to clipboard
val volumeSize: Output<Int>? = null

The size of the volume, in GiB.

Functions

Link copied to clipboard
open override fun toJava(): AwsEc2SnapshotPropertiesArgs