Ebs Instance Block Device Args
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
Properties
Link copied to clipboard
The ARN of the Amazon ECS or Fargate task to which the volume is attached.
Link copied to clipboard
The time stamp when the attachment initiated.
Link copied to clipboard
Indicates whether the volume is deleted on instance termination.
Link copied to clipboard
The attachment state.
Link copied to clipboard
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.