Values.AttachPointDescriptorSourceDescribes a possible Attach Point for a Connection.
type nonrec t = {type_ : AttachPointType.t option;The type of this AttachPoint, which will dictate the syntax of the identifier. Current types include: ARN DirectConnect Gateway
*)identifier : String_.t option;The identifier for the specific type of the AttachPoint.
*)name : String_.t option;The descriptive name of the identifier attach point.
*)}