Values_0.EbsInstanceBlockDeviceSourceDescribes a parameter used to set up an EBS volume in a block device mapping.
type nonrec t = {attachTime : DateTime.t option;The time stamp when the attachment initiated.
*)deleteOnTermination : Boolean.t option;Indicates whether the volume is deleted on instance termination.
*)status : AttachmentStatus.t option;The attachment state.
*)volumeId : String_.t option;The ID of the EBS volume.
*)associatedResource : String_.t option;The ARN of the Amazon Web Services-managed resource to which the volume is attached.
*)volumeOwnerId : String_.t option;The ID of the Amazon Web Services account that owns the volume. This parameter is returned only for volumes that are attached to Amazon Web Services-managed resources.
*)operator : OperatorResponse.t option;The service provider that manages the EBS volume.
*)ebsCardIndex : Integer.t option;The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.
*)}