EbsInstanceBlockDeviceArgs

data class EbsInstanceBlockDeviceArgs(val associatedResource: Output<String>? = null, val attachTime: Output<String>? = null, val deleteOnTermination: Output<Boolean>? = null, val status: Output<AttachmentStatusEnumValueArgs>? = null, val volumeId: Output<String>? = null, val volumeOwnerId: Output<String>? = null) : ConvertibleToJava<EbsInstanceBlockDeviceArgs>

Definition of EbsInstanceBlockDevice

Constructors

Link copied to clipboard
constructor(associatedResource: Output<String>? = null, attachTime: Output<String>? = null, deleteOnTermination: Output<Boolean>? = null, status: Output<AttachmentStatusEnumValueArgs>? = null, volumeId: Output<String>? = null, volumeOwnerId: Output<String>? = null)

Properties

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

The ARN of the Amazon ECS or Fargate task to which the volume is attached.

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

The time stamp when the attachment initiated.

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

Indicates whether the volume is deleted on instance termination.

Link copied to clipboard

The attachment state.

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

The ID of the EBS volume.

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

The ID of the Amazon Web Services account that owns the volume.

This parameter is returned only for volumes that are attached to Fargate tasks.

Functions

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