Values.AttachmentSourceAn object representing a container instance or task attachment.
type nonrec t = {id : String_.t option;The unique identifier for the attachment.
*)type_ : String_.t option;The type of the attachment, such as ElasticNetworkInterface, Service Connect, and AmazonElasticBlockStorage.
*)status : String_.t option;The status of the attachment. Valid values are PRECREATED, CREATED, ATTACHING, ATTACHED, DETACHING, DETACHED, DELETED, and FAILED.
*)details : AttachmentDetails.t option;Details of the attachment. For elastic network interfaces, this includes the network interface ID, the MAC address, the subnet ID, and the private IPv4 address. For Service Connect services, this includes portName, clientAliases, discoveryName, and ingressPortOverride. For Elastic Block Storage, this includes roleArn, deleteOnTermination, volumeName, volumeId, and statusReason (only when the attachment fails to create or attach).
*)}